forked from Automattic/Iris
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiris.jquery.json
More file actions
32 lines (32 loc) · 851 Bytes
/
iris.jquery.json
File metadata and controls
32 lines (32 loc) · 851 Bytes
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
{
"name": "iris",
"title": "Iris Color Picker",
"description": "A(n awesome) Color Picker. Used by WordPress.",
"version": "1.0.7",
"homepage": "https://github.com/Automattic/Iris",
"docs": "http://automattic.github.com/Iris/",
"bugs": "https://github.com/Automattic/Iris/issues",
"author": {
"name": "Matt Wiebe",
"email": "wiebe@automattic.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/Iris.git"
},
"licenses": [
{
"type": "GPLv2",
"url": "https://github.com/Automattic/Iris/blob/master/LICENSE-GPL"
}
],
"dependencies": {
"jquery": ">= 1.8.3",
"ui.core": ">= 1.9.2",
"ui.widget": ">= 1.9.2",
"ui.mouse": ">= 1.9.2",
"ui.draggable": ">= 1.9.2",
"ui.slider": ">= 1.9.2"
},
"keywords": ["ui", "color", "colorpicker", "widget"]
}