aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node/package.json
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-02-05 13:05:31 -0800
committerGravatar murgatroid99 <mlumish@google.com>2016-02-05 13:05:31 -0800
commit95060b510e181588a7229ee498594a5864cf9926 (patch)
treebfe6f60cbd79a309f594c8b2fc92d1e955359f70 /examples/node/package.json
parentb59b142799fe28482162bc192d6205fcb749c6c4 (diff)
Make Node examples package self-contained
Diffstat (limited to 'examples/node/package.json')
-rw-r--r--examples/node/package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/node/package.json b/examples/node/package.json
new file mode 100644
index 0000000000..65c5789ed7
--- /dev/null
+++ b/examples/node/package.json
@@ -0,0 +1,7 @@
+{
+ "name": "grpc-examples",
+ "version": "0.1.0",
+ "dependencies": {
+ "grpc": "0.12.0"
+ }
+}