-
Notifications
You must be signed in to change notification settings - Fork 17
/
quickWizard.jquery.json
37 lines (37 loc) · 1.09 KB
/
quickWizard.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
{
"name": "quickWizard",
"title": "jQuery quickWizard",
"description": "A plugin that transforms a series of form elements into a simple wizard. Designed to work with the jQuery Validation plugin and the jQuery UI effects core and jQuery easing plugins for transitions.",
"keywords": [
"form",
"wizard",
"ui",
"animation"
],
"version": "0.1.2",
"author": {
"name": "Graham Conzett",
"email": "[email protected]",
"url": "http://grahamconzett.com"
},
"maintainers": [
{
"name": "Graham Conzett",
"email": "[email protected]",
"url": "http://grahamconzett.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/conzett/jquery.quickWizard/blob/0.1.2/LICENSE.txt"
}
],
"bugs": "https://github.com/conzett/jquery.quickWizard/issues",
"homepage": "https://github.com/conzett/jquery.quickWizard",
"docs": "https://github.com/conzett/jquery.quickWizard/blob/0.1.2/README.md",
"download": "https://github.com/conzett/jquery.quickWizard/archive/0.1.2.zip",
"dependencies": {
"jquery": ">=1.6"
}
}