jquery-ui/bower.json
2014-03-05 16:04:43 +01:00

19 lines
247 B
JSON

{
"name": "jquery-ui",
"ignore": [
"**/.*",
"build",
"demos",
"external",
"tests"
],
"dependencies": {
"jquery": ">=1.6 <1.11"
},
"devDependencies": {
"jquery-mousewheel": "3.1.0",
"jshint": "2.3.0",
"qunit": "1.14.0"
}
}