summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Fridman <fridman@mail.sfsu.edu>2015-04-15 13:48:31 -0400
committerSean Fridman <fridman@mail.sfsu.edu>2015-04-15 13:48:59 -0400
commit1ddb94a736d5178a933ef5366a6088469a601997 (patch)
tree978434ecb7a1af1b787f43c328f42ec5e21a54f2
parent16e63ae2965f403a776de4a799446b0afa03dc1c (diff)
Make grunt dependencies devDependenciesv0.1.0
-rw-r--r--package.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json
index 188005c..4336556 100644
--- a/package.json
+++ b/package.json
@@ -12,14 +12,16 @@
"dependencies": {
"dotenv": "^1.1.0",
"express": "^4.12.3",
+ "grunt-dentist": "^0.3.4",
+ "object-assign": "^2.0.0",
+ "q": "^1.2.0"
+ },
+ "devDependencies": {
"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"
+ "grunt-contrib-uglify": "^0.9.1"
}
}