mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
19 lines
247 B
JSON
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.4.4",
|
|
"qunit": "1.14.0"
|
|
}
|
|
}
|