aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-01-15 15:28:22 -0800
committerGravatar murgatroid99 <mlumish@google.com>2016-01-15 15:28:22 -0800
commit7905a72eace4760f3c8792bd2b8f9efbd7c686b5 (patch)
tree5f1650bf2fb5753a34a9150922b577634fcf74c5 /templates
parenta29a0725ba7fe63e425ff3fc8a36b5dcef17c16b (diff)
Added node-pre-gyp stuff to package.json
Diffstat (limited to 'templates')
-rw-r--r--templates/package.json.template6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/package.json.template b/templates/package.json.template
index ec6827ef76..deb6b49ffd 100644
--- a/templates/package.json.template
+++ b/templates/package.json.template
@@ -30,6 +30,7 @@
"bindings": "^1.2.0",
"lodash": "^3.9.3",
"nan": "^2.0.0",
+ "node-pre-gyp": "^0.6.19",
"protobufjs": "^4.0.0"
},
"devDependencies": {
@@ -47,6 +48,11 @@
"engines": {
"node": ">=0.10.13"
},
+ "binary": {
+ "module_name": "grpc_node",
+ "module_path": "./build/Release/",
+ "host": "localhost"
+ },
"files": [
"LICENSE",
"src/node/README.md",