-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathautoSave.jquery.json
More file actions
34 lines (34 loc) · 1022 Bytes
/
autoSave.jquery.json
File metadata and controls
34 lines (34 loc) · 1022 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
{
"name": "autoSave",
"title": "jQuery autoSave",
"description": "Auto-Save your content when editing in HTML input and textarea DOM element.",
"keywords": [
"autoSave"
],
"version": "1.0.3",
"author": {
"name": "Yang Zhao",
"url": "http://www.geniuscarrier.com/about/"
},
"maintainers": [
{
"name": "Yang Zhao",
"email": "geniuscarrier@gmail.com",
"url": "http://www.geniuscarrier.com/"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/geniuscarrier/autoSave/issues",
"demo": "http://www.geniuscarrier.com/demo/autoSave/",
"homepage": "http://geniuscarrier.com/autosave-a-jquery-plugin/",
"docs": "https://github.com/geniuscarrier/autoSave",
"download": "https://github.com/geniuscarrier/autoSave/archive/master.zip",
"dependencies": {
"jquery": ">=1.5"
}
}