-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpixelselect.jquery.json
More file actions
40 lines (40 loc) · 1.21 KB
/
pixelselect.jquery.json
File metadata and controls
40 lines (40 loc) · 1.21 KB
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
39
40
{
"name": "pixelselect",
"title": "jQuery Pixel Select",
"description": "jQuery plugin to allow selection of non-transparent areas of images only or just to check for transparent / non-transparent areas. Also allows to select elements behind transparent areas of overlapping images.",
"version": "0.5.6",
"keywords": [
"transparent",
"images",
"area",
"pixel",
"selection"
],
"homepage": "https://github.com/Bahlor/jQuery-Pixel-Related-Object-Selection",
"author": {
"name": "Christian Weber",
"email": "christian@cw-internetdienste.de",
"url": "http://www.cw-internetdienste.de"
},
"repository": {
"type": "git",
"url": "https://github.com/Bahlor/jQuery-Pixel-Related-Object-Selection.git"
},
"bugs": "https://github.com/Bahlor/jQuery-Pixel-Related-Object-Selection/issues",
"maintainers": [
{
"name": "Christian Weber",
"email": "christian@cw-internetdienste.de",
"url": "http://www.cw-internetdienste.de"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.5"
}
}