-
- Downloads
Merge pull request #5206 from murgatroid99/node_bundle_node-pre-gyp
Bundle node-pre-gyp with the node package
No related branches found
No related tags found
... | @@ -23,13 +23,12 @@ | ... | @@ -23,13 +23,12 @@ |
"test": "./node_modules/.bin/mocha src/node/test && npm run-script lint", | "test": "./node_modules/.bin/mocha src/node/test && npm run-script lint", | ||
"gen_docs": "./node_modules/.bin/jsdoc -c src/node/jsdoc_conf.json", | "gen_docs": "./node_modules/.bin/jsdoc -c src/node/jsdoc_conf.json", | ||
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha src/node/test", | "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha src/node/test", | ||
"preinstall": "npm install node-pre-gyp", | "install": "node-pre-gyp install --fallback-to-build" | ||
"install": "./node_modules/.bin/node-pre-gyp install --fallback-to-build" | |||
}, | }, | ||
"bundledDependencies": ["node-pre-gyp"], | |||
"dependencies": { | "dependencies": { | ||
"lodash": "^3.9.3", | "lodash": "^3.9.3", | ||
"nan": "^2.0.0", | "nan": "^2.0.0", | ||
"node-pre-gyp": "^0.6.19", | |||
"protobufjs": "^4.0.0" | "protobufjs": "^4.0.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
... | ... |
Please register or sign in to comment