summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-11-15 13:55:29 -0500
committerJules Laplace <jules@okfoc.us>2016-11-15 13:55:29 -0500
commit468c23aae285e8845a16e4df527d37db9fef420b (patch)
tree6ce4de04f98624a03176bae2ac3aa3f75fa97d68 /package.json
parenta4ce7bf7a9e8d472b0523e74510a4ff4c394fa3f (diff)
gruntfile
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 ff629cb..f69aa41 100644
--- a/package.json
+++ b/package.json
@@ -27,5 +27,11 @@
"knox": "^0.9.2",
"multer": "^1.2.0",
"socket.io": "^1.5.1"
+ },
+ "devDependencies": {
+ "grunt-contrib-clean": "^1.0.0",
+ "grunt-contrib-concat": "^1.0.1",
+ "grunt-contrib-copy": "^1.0.0",
+ "grunt-contrib-uglify": "^2.0.0"
}
}