UNPKG

708 BJSONView Raw
1{
2 "name": "node-gyp-build",
3 "version": "3.2.2",
4 "description": "Build tool and bindings loader for node-gyp that supports prebuilds",
5 "main": "index.js",
6 "devDependencies": {
7 "standard": "^8.6.0"
8 },
9 "scripts": {
10 "test": "standard"
11 },
12 "bin": {
13 "node-gyp-build": "./bin.js",
14 "node-gyp-build-optional": "./optional.js",
15 "node-gyp-build-test": "./build-test.js"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/mafintosh/node-gyp-build.git"
20 },
21 "author": "Mathias Buus (@mafintosh)",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/mafintosh/node-gyp-build/issues"
25 },
26 "homepage": "https://github.com/mafintosh/node-gyp-build"
27}