aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node/package.json
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-10-01 11:54:39 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-10-01 11:54:39 -0700
commitf3f85647e3f99bb60a7aefa159160fe7eaddfb28 (patch)
treef7f03f814d66703e53e68a855979794eb0730e39 /examples/node/package.json
parent004128ce85da0fb051710f5141d11daf35868050 (diff)
Updated examples with new node package location
Diffstat (limited to 'examples/node/package.json')
-rw-r--r--examples/node/package.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/node/package.json b/examples/node/package.json
deleted file mode 100644
index 6c4f95b109..0000000000
--- a/examples/node/package.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "name": "grpc-demo",
- "version": "0.5.0",
- "dependencies": {
- "async": "^0.9.0",
- "grpc": "~0.11.0",
- "minimist": "^1.1.0",
- "underscore": "^1.8.2"
- }
-}