-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
30 lines (30 loc) · 1012 Bytes
/
package.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
{
"name": "jquery.signfield",
"version": "1.0.1",
"description": "Provides signature field as jQuery component, using either a sketch pad or an uploaded signature file.",
"main": "js/jquery.signfield.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cchantep/jquery.signfield.git"
},
"keywords": [ "signature", "sketch", "upload" ],
"contributors": [
{ "name": "cchantep", "url": "https://github.com/cchantep" }
],
"files": [
"js/jquery.signfield.min.js",
"lang/jquery.signfield-en.min.js",
"lang/jquery.signfield-es.min.js",
"lang/jquery.signfield-fr.min.js"
],
"dependencies": { "jquery": ">=1.10.2" },
"author": { "name": "cchantep", "url": "https://github.com/cchantep/jquery.signfield" },
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/cchantep/jquery.signfield/issues"
},
"homepage": "https://github.com/cchantep/jquery.signfield"
}