-
Notifications
You must be signed in to change notification settings - Fork 89
/
pick-a-color.jquery.json
37 lines (37 loc) · 1.02 KB
/
pick-a-color.jquery.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": "pick-a-color",
"title": "Pick-a-Color",
"description": "an easy-to-use jQuery color picker for Twitter Bootstrap.",
"keywords": [
"color",
"input",
"bootstrap"
],
"version": "1.2.3",
"author": {
"name": "Lauren Sperber",
"url": "http://lauren.github.com/pick-a-color/"
},
"maintainers": [
{
"name": "Lauren Sperber",
"email": "[email protected]",
"url": "http://laurensperber.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/lauren/pick-a-color/blob/master/LICENSE"
}
],
"bugs": "https://github.com/lauren/pick-a-color/issues",
"homepage": "http://lauren.github.com/pick-a-color/",
"docs": "http://lauren.github.com/pick-a-color/",
"download": "http://lauren.github.com/pick-a-color/pick-a-color.zip",
"dependencies": {
"jquery": ">=1.9",
"tinycolor": ">=0.9.14",
"bootstrap": ">=2.2.2"
}
}