-
Notifications
You must be signed in to change notification settings - Fork 14
/
chameleon.jquery.json
38 lines (38 loc) · 1.01 KB
/
chameleon.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
38
{
"name": "chameleon",
"title": "Chameleon",
"description": "Easy get and use colors from image.",
"keywords": [
"jQuery",
"jquery-plugin",
"chameleon",
"chameleon.js",
"colorize",
"coloring",
"content",
"image",
"color",
"colors",
"sort colors",
"validate colors"
],
"version": "1.3.11",
"author": {
"name": "Vadim Fedorov",
"url": "https://vadimfedorov.ru"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": "https://github.com/bhoodream/Chameleon.js/issues",
"homepage": "https://vadimfedorov.ru/chameleon-js",
"docs": "https://github.com/bhoodream/Chameleon.js#chameleonjs",
"demo": "https://vadimfedorov.ru/lab/chameleon-js",
"download": "https://codeload.github.com/bhoodream/Chameleon.js/zip/master",
"dependencies": {
"jquery": ">=1.9"
}
}