UNPKG

971 BJSONView Raw
1{
2 "name": "install-g",
3 "description": "insist on global npm install",
4 "keywords": [
5 "npm",
6 "install",
7 "global",
8 "dependencies",
9 "scripts",
10 "postinstall"
11 ],
12 "version": "0.0.2-4",
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/orlin/install-g.git"
16 },
17 "bugs": {
18 "mail": "om@soundsapiens.com",
19 "url": "https://github.com/orlin/install-g/issues"
20 },
21 "author": "Orlin M Bozhinov <om@soundsapiens.com>",
22 "contributors": [],
23 "bin": {
24 "install-g": "index.js"
25 },
26 "dependencies": {
27 "npm": "2.x.x"
28 },
29 "devDependencies": {
30 "batshit": "*",
31 "coffee-script": "^1.8.0",
32 "gulp": "^3.8.10",
33 "gulp-coffee": "^2.2.0",
34 "gulp-util": "^3.0.1"
35 },
36 "scripts": {
37 "gulp": "node_modules/.bin/gulp",
38 "test": "batshit -t test"
39 },
40 "engines": {
41 "node": "0.10.x || 0.12.x"
42 },
43 "licenses": [
44 {
45 "type": "MIT",
46 "url": "http://orlin.mit-license.org/"
47 }
48 ]
49}