diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/package.json b/package.json index d6635a48f..e758e0813 100644 --- a/package.json +++ b/package.json @@ -23,10 +23,13 @@ ], "dependencies": {}, "devDependencies": { - "grunt-compare-size": "~0.2.0", - "grunt-git-authors": "=1.0.0", - "grunt-update-submodules": "=0.1.2", - "grunt": "~0.3.17", + "grunt-compare-size": "0.3.1", + "grunt-git-authors": "1.1.0-beta.1", + "grunt-update-submodules": "0.2.0", + "grunt-contrib-watch": "~0.1.4", + "grunt-contrib-jshint": "~0.1.0", + "grunt-contrib-uglify": "~0.1.0", + "grunt": "~0.4.0rc4", "testswarm": "0.2.2" }, "keywords": [] |