update package.json

This commit is contained in:
Eric Rowell 2013-08-28 23:47:07 -07:00
parent d7044ebd80
commit c347255fa5

View File

@ -2,7 +2,6 @@
"name": "KineticJS", "name": "KineticJS",
"version": "4.6.1", "version": "4.6.1",
"devDependencies": { "devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.5.4", "grunt-contrib-jshint": "~0.5.4",
"grunt-contrib-nodeunit": "~0.1.2", "grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-uglify": "~0.2.2", "grunt-contrib-uglify": "~0.2.2",
@ -12,7 +11,9 @@
"mocha": "~1.12.0", "mocha": "~1.12.0",
"chai": "~1.7.2", "chai": "~1.7.2",
"phantomjs": "~1.9.1-8", "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", "readmeFilename": "README.md",
"main": "Gruntfile.js", "main": "Gruntfile.js",