aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-03-18 09:12:16 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-03-18 09:12:16 -0700
commitd506ecbcb0993991a6899bba6e3e818be23d8307 (patch)
treefbcd6a83a0a660d933c484ae6cf61f26fe8fa363 /examples/node
parentc3b8c8d859cd5bfbb1cd3204d569824a9fa58c30 (diff)
Add other missing dependencies
Diffstat (limited to 'examples/node')
-rw-r--r--examples/node/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/node/package.json b/examples/node/package.json
index b295cf416e..d135df2464 100644
--- a/examples/node/package.json
+++ b/examples/node/package.json
@@ -2,7 +2,9 @@
"name": "grpc-examples",
"version": "0.1.0",
"dependencies": {
+ "async": "^1.5.2",
"grpc": "0.13.0",
+ "lodash": "^4.6.1",
"minimist": "^1.2.0"
}
}