aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/node/package.json')
-rw-r--r--src/node/package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/node/package.json b/src/node/package.json
new file mode 100644
index 0000000000..a2940b29bb
--- /dev/null
+++ b/src/node/package.json
@@ -0,0 +1,18 @@
+{
+ "name": "grpc",
+ "version": "0.1.0",
+ "description": "gRPC Library for Node",
+ "scripts": {
+ "test": "./node_modules/mocha/bin/mocha"
+ },
+ "dependencies": {
+ "bindings": "^1.2.1",
+ "nan": "~1.3.0",
+ "underscore": "^1.7.0"
+ },
+ "devDependencies": {
+ "mocha": "~1.21.0",
+ "highland": "~2.0.0",
+ "protobufjs": "~3.8.0"
+ }
+}