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.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/node/package.json b/src/node/package.json
index 642d80e26f..bbd89be77d 100644
--- a/src/node/package.json
+++ b/src/node/package.json
@@ -3,10 +3,12 @@
"version": "0.2.0",
"description": "gRPC Library for Node",
"scripts": {
- "test": "./node_modules/mocha/bin/mocha"
+ "lint": "jshint src test examples interop index.js",
+ "test": "./node_modules/mocha/bin/mocha && npm run-script lint"
},
"dependencies": {
"bindings": "^1.2.1",
+ "jshint": "^2.5.5",
"nan": "~1.3.0",
"protobufjs": "murgatroid99/ProtoBuf.js",
"underscore": "^1.7.0",