X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/54c2f0168226c06ca075858225568ab97004992b..f20b2ef1a63ca42202fb063a1c0c3c06cb65e87e:/package.json diff --git a/package.json b/package.json index dfbe893..7d428f7 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,11 @@ { "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-jshint": "~0.7.2", + "grunt-contrib-copy": "~0.4.1" } }