aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/node/package.json')
-rw-r--r--examples/node/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/node/package.json b/examples/node/package.json
index d1834585f5..49ab74d318 100644
--- a/examples/node/package.json
+++ b/examples/node/package.json
@@ -2,7 +2,10 @@
"name": "grpc-examples",
"version": "0.1.0",
"dependencies": {
+ "async": "^1.5.2",
"grpc": "0.13.0",
- "google-protobuf": "*"
+ "google-protobuf": "*",
+ "lodash": "^4.6.1",
+ "minimist": "^1.2.0"
}
}