diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/package.json b/package.json index ae8b13dc8..93c45a9fc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jquery-ui", "title": "jQuery UI", "description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.", - "version": "1.10.2pre", + "version": "1.10.3pre", "homepage": "http://jqueryui.com", "author": { "name": "jQuery Foundation and other contributors", @@ -53,13 +53,17 @@ ], "dependencies": {}, "devDependencies": { - "grunt": "~0.3.17", - "grunt-css": "0.2.0", - "grunt-compare-size": "0.1.4", - "grunt-html": "0.1.1", - "grunt-junit": "0.1.5", - "grunt-git-authors": "1.0.0", - "rimraf": "2.0.1", + "grunt": "0.4.0", + "grunt-contrib-jshint": "0.1.1", + "grunt-contrib-uglify": "0.1.1", + "grunt-contrib-concat": "0.1.3", + "grunt-contrib-qunit": "0.2.0", + "grunt-contrib-csslint": "0.1.1", + "grunt-contrib-cssmin": "0.4.2", + "grunt-compare-size": "0.3.1", + "grunt-html": "0.3.3", + "grunt-git-authors": "1.2.0", + "rimraf": "2.1.4", "testswarm": "1.0.0-alpha" }, "keywords": [] |