summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rwxr-xr-xpackage.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 54b0b8197..73524c480 100755
--- a/package.json
+++ b/package.json
@@ -37,9 +37,12 @@
},
"devDependencies": {
"connect": "2.7.x",
- "commander": "2.1.x"
+ "commander": "2.1.x",
+ "istanbul": "^0.3.5",
+ "tape": "^3.4.0"
},
"scripts": {
+ "cover": "lib/nodejs/test/testAll.sh COVER",
"test": "lib/nodejs/test/testAll.sh"
}
}