aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-01-08 10:14:34 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-01-08 10:14:34 +0100
commit19a801799a79905e8ee95d0f6854d24b78787444 (patch)
tree898cedc8106854ff7508a4d85cc319f7c7a915a6 /package.json
parente448cf8cd1ce45b153e88d8496bad613671e724b (diff)
parent4881281ea11f2ecdd927cc8c0c262ddff7354ca3 (diff)
downloadperl-software-in-gnu-guix-19a801799a79905e8ee95d0f6854d24b78787444.tar
perl-software-in-gnu-guix-19a801799a79905e8ee95d0f6854d24b78787444.tar.gz
Merge pull request #1472 from vicapow/master
Add the grunt-cli as a dependency instead of assuming global grunt.
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 7f058f3..fd8e36c 100644
--- a/package.json
+++ b/package.json
@@ -22,10 +22,11 @@
"node": "~4.1.1"
},
"dependencies": {
- "underscore": "~1.8.3",
"express": "~4.13.3",
+ "grunt-cli": "^0.1.13",
"mustache": "~2.1.3",
- "socket.io": "~1.3.7"
+ "socket.io": "~1.3.7",
+ "underscore": "~1.8.3"
},
"devDependencies": {
"grunt-contrib-qunit": "~0.7.0",