aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node/package.json
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-04-19 10:56:01 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-04-19 10:56:01 -0700
commite264e3984f6a5d8b730760d59930191a3a7c31e8 (patch)
tree7c3de6d924ae0e57cfcdab3bfee167e23ea8a546 /examples/node/package.json
parent7d69ea63c8af9c7be43434993c82f93033343dce (diff)
parent279681311f61b079a720b7aef424cbe9000d08e8 (diff)
Merged from master
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"
}
}