-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
37 lines (37 loc) · 982 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
31
32
33
34
35
36
37
{
"name": "jquery.autosave",
"version": "1.2.1",
"title": "jQuery.autosave()",
"author": {
"name": "Kyle Florence",
"url": "https://github.com/kflorence/"
},
"licenses": [
{
"type": "BSD",
"url": "https://raw.github.com/kflorence/jquery-autosave/master/license-bsd"
},
{
"type": "MIT",
"url": "https://raw.github.com/kflorence/jquery-autosave/master/license-mit"
}
],
"dependencies": {
"jquery": ">=1.4.3"
},
"description": "Automatically and unobtrusively saves form data based on a set of criteria.",
"keywords": [
"form",
"autosave",
"data",
"trigger",
"scope",
"conditions",
"save"
],
"demo": "http://kflorence.github.com/jquery-autosave/",
"homepage": "https://github.com/kflorence/jquery-autosave",
"files": [
"dist/jquery.autosave.min.js"
]
}