aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorhakimel2013-01-21 16:07:37 -0500
committerhakimel2013-01-21 16:07:37 -0500
commit212450a18d9b587df62008105ca1d1e7a5052246 (patch)
tree9c4ef13ffbbd25ae5c100560b7d547ad24ce1602 /package.json
parent4a0d9399628ed046b3b967c357fdab01f4792d9d (diff)
parent4778cb8e51ac7b1110ae6942eb9f046e77b1ba9f (diff)
Merge branch 'add-travisci' of https://github.com/nschonni/reveal.js
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 44289a2..ee73ff9 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,9 @@
"engines": {
"node": "~0.8.0"
},
+ "scripts": {
+ "test": "grunt lint qunit"
+ },
"dependencies": {
"underscore" : "~1.3.3",
"express" : "~2.5.9",
@@ -22,6 +25,7 @@
"mustache" : "~0.4.0"
},
"devDependencies": {
- "grunt-contrib-mincss": "~0.3.1"
+ "grunt-contrib-mincss": "~0.3.1",
+ "grunt": "~0.3.17"
}
}