-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "empirical-cli",
"version": "0.7.0",
"description": "Empirical CLI",
"bin": {
"emp": "./bin/cli.js"
},
"scripts": {
"lint": "standard",
"test": "mocha test/index.js",
"test-cli": "mocha test/cli.js",
"test-cov": "istanbul cover _mocha -- -u exports -R spec test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/empiricalci/emp.git"
},
"author": "empiricalci",
"bugs": {
"url": "https://github.com/empiricalci/emp/issues"
},
"homepage": "https://github.com/empiricalci/emp#readme",
"dependencies": {
"colors": "^1.1.2",
"dataset-cache": "^3.0.0",
"debug": "^2.2.0",
"dockerise": "^3.1.0",
"empirical-client": "^0.4.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"node-env-file": "^0.1.8",
"node-fetch": "^1.3.3",
"nodegit": "^0.18.0",
"prettyjson": "^1.1.3",
"read": "^1.0.7",
"rimraf": "^2.5.4",
"shortid": "^2.2.4",
"split2": "^2.1.0",
"tar-fs": "^1.9.0",
"yamljs": "^0.2.4"
},
"devDependencies": {
"assert": "^1.3.0",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"nodemon": "^1.8.1",
"standard": "^5.4.1"
}
}