summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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 3b3c99c..f8a0fcc 100644
--- a/package.json
+++ b/package.json
@@ -11,8 +11,14 @@
"jade": "~0.26.3",
"underscore": "~1.3.3"
},
+ "devDependencies": {
+ "mocha": "1.0.3"
+ },
"engines": {
"node": "0.6.x",
"npm": "1.1.x"
+ },
+ "scripts": {
+ "test": "./node_modules/.bin/mocha"
}
}