-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 925 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
{
"name": "npb-coffee",
"version": "0.1.3",
"description": "An auxiliary tool to help developer build node project more convenient.",
"author": ":FooTearth <[email protected]>",
"main": "bin/npb.coffee",
"bin": {
"npb": "bin/npb.coffee"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Mooxe000/npb.git"
},
"bugs": {
"url": "https://github.com/Mooxe000/npb/issues"
},
"homepage": "https://github.com/Mooxe000/npb",
"keywords": [
"command",
"auxiliary",
"tool",
"bower",
"npm",
"grunt",
"gulp",
"build",
"coffee"
],
"scripts": {
"test": "",
"reinstall": "reinstall.sh"
},
"dependencies": {
"coffee-script": "^1.8.0",
"del": "^1.1.1",
"fs-extra": "^0.15.0",
"jsonfile": "^2.0.0",
"lodash": "^2.4.1",
"shelljs": "^0.3.0",
"thenjs": "^1.4.6"
},
"devDependencies": {}
}