-
Notifications
You must be signed in to change notification settings - Fork 1
/
colorimazer.jquery.json
37 lines (35 loc) · 980 Bytes
/
colorimazer.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": "colorimazer",
"title": "jQuery Colorimazer",
"description": "jQuery plugin for color manipulation on images.",
"keywords": [
"color",
"image"
],
"version": "1.0.1",
"author": {
"name": "Tacyniak Boris",
"email": "boris.tacyniak@free.fr",
"url": "http://www.tacyniak.fr/"
},
"maintainers": [
{
"name": "Tacyniak Boris",
"email": "boris.tacyniak@free.fr",
"url": "http://www.tacyniak.fr/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Dallas62/jQuery.Colorimazer/blob/master/LICENSE"
}
],
"dependencies": {
"jquery": ">=1.5"
},
"homepage": "http://colorimazer.tacyniak.fr/",
"download": "https://github.com/Dallas62/jQuery.Colorimazer",
"docs": "http://colorimazer.tacyniak.fr/",
"demo": "http://colorimazer.tacyniak.fr/"
}