X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/67d6154ac9435fdd768b545aca1f3c05b75f46ed..d13ac0186f86e208dc64e43b773576c5a224ad07:/package.json diff --git a/package.json b/package.json index 827e18f..ef9d714 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,13 @@ { "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.7.2" + "grunt-contrib-less": "~0.8.3", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-copy": "~0.4.1", + "grunt-githooks": "~0.3.1", + "karma": "^0.8.5" } }