summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRandy Abernethy <ra@apache.org>2015-02-16 01:25:53 -0800
committerRandy Abernethy <ra@apache.org>2015-02-16 01:25:53 -0800
commitd8187c5ff1d8b83d170cbce69282688be39df19c (patch)
tree00955bc1293272bd78ee22c4fd6e77ecc3caf543 /package.json
parent3b9ff4de6e38eb2e0e17eacd22865e4b8ce27e37 (diff)
downloadthrift-d8187c5ff1d8b83d170cbce69282688be39df19c.tar.gz
THRIFT-2976: add browserify support and tests
Client: nodejs Patch: Andrew de Andrade
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",