X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/54c2f0168226c06ca075858225568ab97004992b..4dc1ebae49699f3be2dfd6d1f0f41e4bac99660b:/package.json diff --git a/package.json b/package.json index dfbe893..0e5cab9 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,12 @@ { "name": "rng-editor", "devDependencies": { + "grunt-cli": "0.1.11", "grunt": "~0.4.1", "grunt-contrib-requirejs": "~0.4.1", - "grunt-contrib-less": "~0.6.1", - "grunt-contrib-jshint": "~0.6.4" + "grunt-contrib-less": "~0.8.3", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-copy": "~0.4.1", + "grunt-githooks": "~0.3.1" } }