aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorPatrick Stapleton <github@gdi2290.com>2014-02-05 10:43:08 -0800
committerJörn Zaefferer <joern.zaefferer@gmail.com>2014-02-11 18:42:51 +0100
commit05c5646071cbc2fa4d95fe45f46059a057b90276 (patch)
treecbe8cc3021715a32445801f19c934b0cc4c27f0f /package.json
parent390e440fcdb16304c4e78448c9cd2bb6c1e43f1e (diff)
downloadjquery-ui-05c5646071cbc2fa4d95fe45f46059a057b90276.tar.gz
jquery-ui-05c5646071cbc2fa4d95fe45f46059a057b90276.zip
Build: Add load-grunt-tasks
Closes gh-1191
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/package.json b/package.json
index fa43d7e45..d565c3c68 100644
--- a/package.json
+++ b/package.json
@@ -57,16 +57,17 @@
"dependencies": {},
"devDependencies": {
"grunt": "0.4.2",
- "grunt-contrib-jshint": "0.7.1",
- "grunt-contrib-uglify": "0.1.1",
"grunt-contrib-concat": "0.1.3",
- "grunt-contrib-qunit": "0.4.0",
"grunt-contrib-csslint": "0.2.0",
+ "grunt-contrib-jshint": "0.7.1",
+ "grunt-contrib-qunit": "0.4.0",
"grunt-compare-size": "0.4.0-rc.3",
- "grunt-jscs-checker": "0.3.1",
- "grunt-html": "0.3.3",
- "grunt-git-authors": "1.2.0",
+ "grunt-contrib-uglify": "0.1.1",
"grunt-esformatter": "0.2.0",
+ "grunt-git-authors": "1.2.0",
+ "grunt-html": "0.3.3",
+ "grunt-jscs-checker": "0.3.1",
+ "load-grunt-tasks": "0.3.0",
"rimraf": "2.1.4",
"testswarm": "1.1.0"
},