summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2015-04-09 05:11:56 -0400
committerJulie Lala <jules@okfoc.us>2015-04-09 05:11:56 -0400
commit2cb9ea4e87c5f81d7ed1d6377717ffc132e3f2fb (patch)
tree36aa5eed2ac4b4f9eb55c97286ba2a83f0e95fb1 /package.json
parentfa6e344d6446f7d799afe4cc15505e3763b8872b (diff)
gruntfilé
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/package.json b/package.json
index c837051..1358023 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,13 @@
"dependencies": {
"dotenv": "^1.1.0",
"express": "^4.12.3",
+ "grunt": "^0.4.5",
+ "grunt-cli": "^0.1.13",
+ "grunt-contrib-clean": "^0.6.0",
+ "grunt-contrib-concat": "^0.5.1",
+ "grunt-contrib-copy": "^0.8.0",
+ "grunt-contrib-uglify": "^0.9.1",
+ "grunt-dentist": "^0.3.4",
"object-assign": "^2.0.0",
"q": "^1.2.0"
}