forked from wieringen/tinycolorpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtinycolorpicker.jquery.json
More file actions
36 lines (36 loc) · 910 Bytes
/
tinycolorpicker.jquery.json
File metadata and controls
36 lines (36 loc) · 910 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
33
34
35
36
{
"name": "tinycolorpicker",
"title": "Tiny Colorpicker",
"version": "0.9.5",
"description": "A lightweight cross browser jQuery based colorpicker.",
"homepage": "http://www.baijs.com/tinycolorpicker",
"repository": {
"type": "git",
"url": "https://github.com/wieringen/tinycolorpicker.git"
},
"keywords": [
"UI",
"jQuery",
"Mobile",
"colors",
"colorpicker",
"javascript"
],
"author": {
"name": "Maarten Baijs",
"email": "wieringen@gmail.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/wieringen/tinycolorpicker/blob/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/wieringen/tinycolorpicker/issues",
"download": "http://baijs.com/tinycolorpicker/",
"demo" : "http://baijs.com/tinycolorpicker/",
"docs" : "http://baijs.com/tinycolorpicker/",
"dependencies": {
"jquery": ">=1.5"
}
}