-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStickyForms.jquery.json
More file actions
41 lines (41 loc) · 1.22 KB
/
Copy pathStickyForms.jquery.json
File metadata and controls
41 lines (41 loc) · 1.22 KB
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
40
41
{
"name": "StickyForms",
"title": "StickyForms",
"description": "Automatically saves all form fields into cookies, and then autofills those values on any form that shares element IDs across your site.",
"keywords": [
"form",
"forms",
"sticky",
"prefill",
"populate"
],
"version": "1.0.1",
"author": {
"name": "RWSApps",
"url": "http://jquery.rwsapps.com/StickyForms"
},
"maintainers": [
{
"name": "Ryan Schwartz",
"email": "contact@rwsapps.com",
"url": "http://jquery.rwsapps.com/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/schwartzrw/jquery-stickyforms/blob/master/RWSApps%20MIT.rtf"
},
{
"type": "GNU",
"url": "https://github.com/schwartzrw/jquery-stickyforms/blob/master/RWSApps%20GNU.rtf"
}
],
"bugs": "https://github.com/schwartzrw/jquery-stickyforms/issues",
"homepage": "http://jquery.rwsapps.com/StickyForms",
"docs": "http://jquery.rwsapps.com/StickyForms/documentation",
"download": "https://github.com/schwartzrw/jquery-stickyforms",
"dependencies": {
"jquery": ">=1.5"
}
}