forked from jquery/jquery-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (36 loc) · 856 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "jquery-ui",
"ignore": [
"**/.*",
"build",
"demos",
"external",
"tests"
],
"dependencies": {
"jquery": ">=1.6"
},
"devDependencies": {
"jquery-mousewheel": "3.1.12",
"jquery-simulate": "1.0.0",
"jshint": "2.4.4",
"qunit": "1.14.0",
"jquery-1.7.0": "jquery#1.7.0",
"jquery-1.7.1": "jquery#1.7.1",
"jquery-1.7.2": "jquery#1.7.2",
"jquery-1.8.0": "jquery#1.8.0",
"jquery-1.8.1": "jquery#1.8.1",
"jquery-1.8.2": "jquery#1.8.2",
"jquery-1.8.3": "jquery#1.8.3",
"jquery-1.9.0": "jquery#1.9.0",
"jquery-1.9.1": "jquery#1.9.1",
"jquery-1.10.0": "jquery#1.10.0",
"jquery-1.10.1": "jquery#1.10.1",
"jquery-1.10.2": "jquery#1.10.2",
"jquery-1.x": "jquery#1.10.2",
"jquery-2.0.0": "jquery#2.0.0",
"jquery-2.0.1": "jquery#2.0.1",
"jquery-2.0.2": "jquery#2.0.2",
"jquery-2.0.3": "jquery#2.0.3"
}
}