aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-07-26 07:43:04 +0000
committerHumairAK <humair88@hotmail.com>2016-07-26 07:43:04 +0000
commitf016bdbc35b7efa44bd63413bde09433ea916c59 (patch)
tree238a4ffbd447907876b2f1624cdb6f4abc3009eb /package.json
parent10f1c442e27d82d1fc2c94d1bc0a2ad27917b287 (diff)
added some unit testing, need a lot more
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index 2d21dcb..39a548f 100644
--- a/package.json
+++ b/package.json
@@ -42,5 +42,11 @@
"sanitizer": "^0.1.3",
"socket.io": "^1.4.8",
"underscore": "^1.8.3"
+ },
+ "devDependencies": {
+ "chai": "^3.5.0",
+ "chai-http": "^3.0.0",
+ "mocha": "^2.5.3",
+ "supertest": "^1.2.0"
}
}