diff --git a/package.json b/package.json index 38de5208..772d3e7b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "KineticJS", "version": "4.6.1", "devDependencies": { - "grunt": "~0.4.1", "grunt-contrib-jshint": "~0.5.4", "grunt-contrib-nodeunit": "~0.1.2", "grunt-contrib-uglify": "~0.2.2", @@ -12,7 +11,9 @@ "mocha": "~1.12.0", "chai": "~1.7.2", "phantomjs": "~1.9.1-8", - "mocha-phantomjs": "~3.1.2" + "mocha-phantomjs": "~3.1.2", + "grunt-cli": "~0.1.9", + "grunt": "~0.4.1" }, "readmeFilename": "README.md", "main": "Gruntfile.js",