summaryrefslogtreecommitdiff
path: root/src/fauxton/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/fauxton/package.json')
-rw-r--r--src/fauxton/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fauxton/package.json b/src/fauxton/package.json
index 5b6367502..1f914c2f1 100644
--- a/src/fauxton/package.json
+++ b/src/fauxton/package.json
@@ -25,7 +25,9 @@
"express": "~3.0.6",
"http-proxy": "~0.10.2"
},
- "devDependencies": {},
+ "devDependencies": {
+ "grunt-contrib-jasmine": "~0.5.0"
+ },
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},