-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "@geek/npm",
"version": "0.0.3",
"description": "npm api with promises",
"keywords": [],
"homepage": "git://github.com/mobilehero/geek-npm",
"bugs": {
"url": "https://github.com/mobilehero/geek-npm/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "Brenton House",
"email": "[email protected]",
"url": "https://github.com/brentonhouse"
},
"main": "./npm.js",
"scripts": {
"add": "git add -A",
"preadd-version": "npm run add",
"add-version": "node npm-scripts/version",
"push": "npm run commit --",
"commit": "npm run add-version --",
"postpush": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git://github.com/mobilehero/geek-npm.git"
},
"devDependencies": {
"lodash": "^4.15.0",
"semver": "^5.3.0"
},
"engines": {
"node": ">=0.12.15"
},
"dependencies": {
"@geek/spawn": "0.0.1-beta.6",
"chalk": "^1.1.3",
"debug": "^2.2.0",
"lodash": "^4.15.0"
}
}