-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 971 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
46
47
48
49
{
"name": "install-g",
"description": "insist on global npm install",
"keywords": [
"npm",
"install",
"global",
"dependencies",
"scripts",
"postinstall"
],
"version": "0.0.2-4",
"repository": {
"type": "git",
"url": "git://github.com/orlin/install-g.git"
},
"bugs": {
"mail": "[email protected]",
"url": "https://github.com/orlin/install-g/issues"
},
"author": "Orlin M Bozhinov <[email protected]>",
"contributors": [],
"bin": {
"install-g": "index.js"
},
"dependencies": {
"npm": "2.x.x"
},
"devDependencies": {
"batshit": "*",
"coffee-script": "^1.8.0",
"gulp": "^3.8.10",
"gulp-coffee": "^2.2.0",
"gulp-util": "^3.0.1"
},
"scripts": {
"gulp": "node_modules/.bin/gulp",
"test": "batshit -t test"
},
"engines": {
"node": "0.10.x || 0.12.x"
},
"licenses": [
{
"type": "MIT",
"url": "http://orlin.mit-license.org/"
}
]
}