forked from callerc1/shipit-npm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 825 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
{
"name": "shipit-npm",
"version": "0.2.0",
"description": "Npm tasks for shipit.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/callerc1/shipit-npm.git"
},
"keywords": [
"shipit",
"deploy",
"task",
"npm"
],
"author": {
"name": "Chris Caller",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/callerc1/shipit-npm/issues"
},
"homepage": "https://github.com/callerc1/shipit-npm",
"devDependencies": {
"shipit-cli": "^1.1.0"
},
"dependencies": {
"bluebird": "^2.9.1",
"chalk": "^0.5.1",
"path2": "^0.1.0",
"shipit-utils": "^1.1.3",
"sprintf-js": "^1.0.2",
"yargs": "^3.4.5"
}
}