forked from websanova/wScratchPad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wScratchPad.jquery.json
38 lines (38 loc) · 988 Bytes
/
wScratchPad.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": "wScratchPad",
"title": "wScratchPad jQuery Plugin",
"description": "A jQuery plugin to mimic a scratch card or pad behaviour. Allowing you to scratch off an overlay as either a color or image.",
"keywords": [
"websanova",
"wScratchPad",
"scratch",
"canvas",
"html5"
],
"version": "2.0.3",
"author": {
"name": "Websanova",
"email": "[email protected]",
"url": "http://websanova.com"
},
"maintainers": [
{
"name": "Websanova",
"email": "[email protected]",
"url": "http://websanova.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/websanova/wScratchPad#license"
}
],
"bugs": "https://github.com/websanova/wScratchPad/issues",
"homepage": "http://wscratchpad.websanova.com",
"docs": "https://github.com/websanova/wScratchPad#wscratchpadjs",
"download": "https://github.com/websanova/wScratchPad/tags",
"dependencies": {
"jquery": ">=1.5"
}
}