package.json: add grunt-cli

This is needed to run npm scripts that uses grunt.
This commit is contained in:
William Boman 2015-10-19 13:22:59 +02:00
parent 54622e7861
commit f2c40234d3

View file

@ -41,6 +41,7 @@
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"handlebars": "^2.0.0",