-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "node-cli-demo",
"version": "1.0.0",
"description": "node-cli-demo =============",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/i5ting/node-cli-demo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/i5ting/node-cli-demo/issues"
},
"preferGlobal": "true",
"bin": {
"badge": "bin/badge.js"
},
"devDependencies": {
"chai": "^1.9.2",
"gulp": "^3.8.10",
"gulp-istanbul": "^0.3.1",
"gulp-mocha": "^1.1.1",
"istanbul": "^0.3.2",
"mocha": "^2.0.1",
"sinon": "^1.11.1",
"supertest": "^0.14.0",
"supervisor": "^0.6.0",
"zombie": "^2.1.1"
},
"dependencies": {
"commander": "^2.5.0",
"config": "^1.7.0",
"handlebars": "^2.0.0",
"request": "^2.47.0"
},
"scripts": {
"start": "npm publish .",
"test": " node bin/node-cli-demo.js -t js -n q -v"
},
"homepage": "https://github.com/i5ting/node-cli-demo"
}