diff options
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 36 |
1 files changed, 20 insertions, 16 deletions
diff --git a/bower.json b/bower.json index ef8f57736..34b2852d4 100644 --- a/bower.json +++ b/bower.json @@ -1,18 +1,22 @@ { - "name": "jquery-ui", - "ignore": [ - "**/.*", - "build", - "demos", - "external", - "tests" - ], - "dependencies": { - "jquery": ">=1.6 <1.11" - }, - "devDependencies": { - "jquery-mousewheel": "3.1.11", - "jshint": "2.4.4", - "qunit": "1.14.0" - } + "name": "jquery-ui", + "ignore": [ + "**/.*", + "build", + "demos", + "external", + "tests" + ], + "dependencies": { + "jquery": ">1.6", + "requirejs": "~2.1.14", + "globalize": "1.x", + "requirejs-plugins": "~1.0.2", + "requirejs-text": "~2.0.12" + }, + "devDependencies": { + "jquery-mousewheel": "3.1.11", + "jshint": "2.4.4", + "qunit": "1.14.0" + } } |