forked from jquery/jquery-color
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 824 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
{
"name": "jquery-color",
"description": "jQuery plugin for color manipulation and animation support.",
"main": [
"jquery.color.js"
],
"moduleType": [
"amd",
"node",
"globals"
],
"ignore": [
"**/.*",
"Gruntfile.js",
"external",
"test"
],
"devDependencies": {
"qunit": "2.5.0",
"jquery-1.5.2": "jquery#1.5.2",
"jquery-1.6.4": "jquery#1.6.4",
"jquery-1.7.2": "jquery#1.7.2",
"jquery-1.8.3": "jquery#1.8.3",
"jquery-1.9.1": "jquery#1.9.1",
"jquery-1.10.2": "jquery#1.10.2",
"jquery-1.11.3": "jquery#1.11.3",
"jquery-1.12.4": "jquery#1.12.4",
"jquery-2.0.3": "jquery#2.0.3",
"jquery-2.1.4": "jquery#2.1.4",
"jquery-2.2.4": "jquery#2.2.4",
"jquery-3.0.0": "jquery#3.0.0",
"jquery-3.1.1": "jquery#3.1.1",
"jquery-3.2.1": "jquery#3.2.1",
"jquery-3.3.1": "jquery#3.3.1"
}
}