deps: upgraded to node-gyp@3.0.3 in npm
[platform/upstream/nodejs.git] / deps / npm / node_modules / node-gyp / package.json
1 {
2   "name": "node-gyp",
3   "description": "Node.js native addon build tool",
4   "license": "MIT",
5   "keywords": [
6     "native",
7     "addon",
8     "module",
9     "c",
10     "c++",
11     "bindings",
12     "gyp"
13   ],
14   "version": "3.0.3",
15   "installVersion": 9,
16   "author": {
17     "name": "Nathan Rajlich",
18     "email": "nathan@tootallnate.net",
19     "url": "http://tootallnate.net"
20   },
21   "repository": {
22     "type": "git",
23     "url": "git://github.com/nodejs/node-gyp.git"
24   },
25   "preferGlobal": true,
26   "bin": {
27     "node-gyp": "./bin/node-gyp.js"
28   },
29   "main": "./lib/node-gyp.js",
30   "dependencies": {
31     "fstream": "^1.0.0",
32     "glob": "3 || 4",
33     "graceful-fs": "^4.1.2",
34     "minimatch": "1",
35     "mkdirp": "^0.5.0",
36     "nopt": "2 || 3",
37     "npmlog": "0 || 1",
38     "osenv": "0",
39     "path-array": "^1.0.0",
40     "request": "2",
41     "rimraf": "2",
42     "semver": "2.x || 3.x || 4 || 5",
43     "tar": "^1.0.0",
44     "which": "1"
45   },
46   "engines": {
47     "node": ">= 0.8.0"
48   },
49   "devDependencies": {
50     "tape": "~4.2.0"
51   },
52   "scripts": {
53     "test": "tape test/test-*"
54   },
55   "gitHead": "d6b03851d366c7fa78e7d2f57c61bb074ea45ea3",
56   "bugs": {
57     "url": "https://github.com/nodejs/node-gyp/issues"
58   },
59   "homepage": "https://github.com/nodejs/node-gyp",
60   "_id": "node-gyp@3.0.3",
61   "_shasum": "9b004219f4fa9efbfd78c5fc674aa12e58fb8694",
62   "_from": "node-gyp@3.0.3",
63   "_npmVersion": "2.14.2",
64   "_nodeVersion": "4.0.0",
65   "_npmUser": {
66     "name": "rvagg",
67     "email": "rod@vagg.org"
68   },
69   "maintainers": [
70     {
71       "name": "TooTallNate",
72       "email": "nathan@tootallnate.net"
73     },
74     {
75       "name": "fishrock123",
76       "email": "fishrock123@rocketmail.com"
77     },
78     {
79       "name": "isaacs",
80       "email": "isaacs@npmjs.com"
81     },
82     {
83       "name": "rvagg",
84       "email": "rod@vagg.org"
85     },
86     {
87       "name": "tootallnate",
88       "email": "nathan@tootallnate.net"
89     }
90   ],
91   "dist": {
92     "shasum": "9b004219f4fa9efbfd78c5fc674aa12e58fb8694",
93     "tarball": "http://registry.npmjs.org/node-gyp/-/node-gyp-3.0.3.tgz"
94   },
95   "directories": {},
96   "_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.0.3.tgz",
97   "readme": "ERROR: No README data found!"
98 }