-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProgressiveProfiler.jquery.json
39 lines (39 loc) · 1.27 KB
/
ProgressiveProfiler.jquery.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
38
39
{
"name": "ProgressiveProfiler",
"title": "ProgressiveProfiler",
"description": "Automatically saves all form fields into cookies, and then determines which field groups to show based off of previous submissions.",
"keywords": [
"progressive",
"profiling",
"form"
],
"version": "1.0.5",
"author": {
"name": "RWSApps",
"url": "http://jquery.rwsapps.com/ProgressiveProfiler"
},
"maintainers": [
{
"name": "Ryan Schwartz",
"email": "[email protected]",
"url": "http://jquery.rwsapps.com/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/schwartzrw/jquery-progressiveprofiler/blob/master/RWSApps%20MIT.rtf"
},
{
"type": "GNU",
"url": "https://github.com/schwartzrw/jquery-progressiveprofiler/blob/master/RWSApps%20GNU.rtf"
}
],
"bugs": "https://github.com/schwartzrw/jquery-progressiveprofiler/issues",
"homepage": "http://jquery.rwsapps.com/ProgressiveProfiler",
"docs": "http://jquery.rwsapps.com/ProgressiveProfiler/documentation",
"download": "https://github.com/schwartzrw/jquery-progressiveprofiler",
"dependencies": {
"jquery": ">=1.5"
}
}