-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathkbw.signature.jquery.json
More file actions
39 lines (39 loc) · 939 Bytes
/
kbw.signature.jquery.json
File metadata and controls
39 lines (39 loc) · 939 Bytes
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
{
"name": "kbw.signature",
"title": "jQuery Signature",
"description": "This jQuery UI widget captures or draws a signature. * Requires ExplorerCanvas for use in IE. * Converts signature to JSON or SVG for transfer or storage.",
"keywords": [
"canvas",
"mouse",
"signature",
"ui",
"widget"
],
"version": "1.2.1",
"author": {
"name": "Keith Wood",
"url": "http://keith-wood.name/"
},
"maintainers": [
{
"name": "Keith Wood",
"email": "wood.keith@optusnet.com.au",
"url": "http://keith-wood.name/"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://keith-wood.name/licence.html"
}
],
"bugs": "https://github.com/kbwood/signature/issues",
"homepage": "http://keith-wood.name/signature.html",
"docs": "http://keith-wood.name/signatureRef.html",
"download": "http://keith-wood.name/signature.html",
"dependencies": {
"jquery": ">=1.12",
"jqueryui": ">=1.12",
"excanvas": ">=2006"
}
}