aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/package.json
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-02-19 13:46:30 -0800
committerGravatar murgatroid99 <mlumish@google.com>2015-02-19 13:46:30 -0800
commitf8a9b1c191c752a2e45bac6700d7192dad240e7c (patch)
tree80fc233df2ffb879b45b130110397f858d55a1d6 /src/node/package.json
parent04e3a6e3327e4851a4eaa15fbf1eaec74a5abe3a (diff)
Added lint script
Diffstat (limited to 'src/node/package.json')
-rw-r--r--src/node/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/node/package.json b/src/node/package.json
index 821641ce19..1d4c3f6e6a 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": {
+ "lint": "jshint src test examples interop index.js",
"test": "./node_modules/mocha/bin/mocha"
},
"dependencies": {
"bindings": "^1.2.1",
+ "jshint": "^2.5.5",
"nan": "~1.3.0",
"protobufjs": "murgatroid99/ProtoBuf.js",
"underscore": "^1.7.0",