summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--[-rwxr-xr-x]package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 73524c480..0fbb80eaa 100755..100644
--- a/package.json
+++ b/package.json
@@ -32,14 +32,14 @@
"dependencies": {
"node-int64": "~0.3.0",
"q": "1.0.x",
- "nodeunit": "~0.8.0",
"ws": "~0.4.32"
},
"devDependencies": {
- "connect": "2.7.x",
"commander": "2.1.x",
+ "connect": "2.7.x",
"istanbul": "^0.3.5",
- "tape": "^3.4.0"
+ "run-browser": "^2.0.1",
+ "tape": "~3.5.0"
},
"scripts": {
"cover": "lib/nodejs/test/testAll.sh COVER",