forked from boblemarin/jQuery.eraser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheraser.jquery.json
37 lines (37 loc) · 956 Bytes
/
eraser.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": "eraser",
"title": "jQuery Eraser",
"description": "Transforms an image into an erasable canvas (with mouse and touch)",
"keywords": [
"erase",
"image",
"canvas",
"touch"
],
"version": "0.5.1",
"author": {
"name": "boblemarin",
"email": "[email protected]",
"url": "https://github.com/boblemarin"
},
"maintainers": [
{
"name": "boblemarin",
"email": "[email protected]",
"url": "http://minimal.be"
}
],
"licenses": [
{
"type": "MIT",
"url": "MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/boblemarin/jQuery.eraser/issues",
"homepage": "https://github.com/boblemarin/jQuery.eraser",
"docs": "https://github.com/boblemarin/jQuery.eraser",
"download": "https://github.com/boblemarin/jQuery.eraser",
"dependencies": {
"jquery": ">=1.5"
}
}