X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/b20691e774cac0cbf2ee174472a1b1dbc94fa61b..872eb8cad5640b85c8d9286ef0af0237bf825f00:/package.json diff --git a/package.json b/package.json index b792de2..a72c0f6 100644 --- a/package.json +++ b/package.json @@ -1,8 +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-less": "~0.8.3", + "grunt-contrib-jshint": "~0.7.2", + "grunt-contrib-copy": "~0.4.1" } }