summaryrefslogtreecommitdiff
path: root/src/package.json
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2014-11-26 21:58:27 +0000
committerJohn McLear <john@mclear.co.uk>2014-11-26 21:58:27 +0000
commitcff8f4a61ebe48fe47cb2d9c54f41b9cff05781e (patch)
tree65ba9b143675543ac66e9855d37f8de5696346f3 /src/package.json
parente9115880b3792106fc072f0b63e549dc79f0d4bf (diff)
downloadetherpad-lite-cff8f4a61ebe48fe47cb2d9c54f41b9cff05781e.zip
remember to add supertest
Diffstat (limited to 'src/package.json')
-rw-r--r--src/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/package.json b/src/package.json
index 1408d9fe..f173b94e 100644
--- a/src/package.json
+++ b/src/package.json
@@ -41,7 +41,8 @@
"channels" : "0.0.x",
"jsonminify" : "0.2.2",
"measured" : "0.1.3",
- "mocha" : ">=2.0.1"
+ "mocha" : ">=2.0.1",
+ "supertest" : ">=0.15.0"
},
"bin": { "etherpad-lite": "./node/server.js" },
"devDependencies": {