-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1018 Bytes
/
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
{
"name": "snu",
"version": "0.7.3",
"description": "Know the status of all the services you depend on",
"main": "",
"bin": {
"snu": "src/cli.js"
},
"scripts": {
"test": "mocha --debug spec/**_spec.js spec/**/*_spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jskulski/snu.git"
},
"author": {
"name": "Jon Skulski",
"email": "[email protected]",
"url": "jonskulski.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/jskulski/snu/issues"
},
"homepage": "https://github.com/jskulski/snu#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"nock": "^8.0.0",
"pre-commit": "^1.1.3",
"shelljs": "^0.7.1",
"sinon": "^1.17.4"
},
"dependencies": {
"chalk": "^1.1.3",
"enum": "^2.3.0",
"homedir": "^0.6.0",
"invariant": "^2.2.1",
"nconf": "^0.8.4",
"nconf-yaml": "^1.0.2",
"node-fetch": "^1.5.3",
"ramda": "^0.21.0",
"tempfile": "^1.1.1"
}
}