aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-10-24 16:02:29 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-10-24 16:02:29 -0700
commit3620287bbe5fc9a955b0f176b48c527d931aa679 (patch)
tree0035a57d38c6cdc19fa89bec858d588f13ed239e /package.json
parent3dc67018a0be747917c2d43a72bc072d2b7f2d00 (diff)
Sanitize
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 5 insertions, 6 deletions
diff --git a/package.json b/package.json
index 30b4b6787c..c6b2600209 100644
--- a/package.json
+++ b/package.json
@@ -25,9 +25,7 @@
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha src/node/test",
"install": "./node_modules/.bin/node-pre-gyp install --fallback-to-build"
},
- "bundledDependencies": [
- "node-pre-gyp"
- ],
+ "bundledDependencies": ["node-pre-gyp"],
"dependencies": {
"arguejs": "^0.2.3",
"lodash": "^3.9.3",
@@ -54,10 +52,11 @@
},
"binary": {
"module_name": "grpc_node",
- "module_path": "src/node/extension_binary",
+ "module_path": "./build/Release/",
"host": "https://storage.googleapis.com/",
"remote_path": "grpc-precompiled-binaries/node/{name}/v{version}",
- "package_name": "{node_abi}-{platform}-{arch}.tar.gz"
+ "package_name": "{node_abi}-{platform}-{arch}.tar.gz",
+ "module_path": "src/node/extension_binary"
},
"files": [
"LICENSE",
@@ -78,7 +77,7 @@
],
"main": "src/node/index.js",
"license": "BSD-3-Clause",
- "jshintConfig": {
+ "jshintConfig" : {
"bitwise": true,
"curly": true,
"eqeqeq": true,