forked from rstaib/jquery-steps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
steps.jquery.json
34 lines (34 loc) · 943 Bytes
/
steps.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
{
"name": "steps",
"title": "jQuery Steps",
"description": "A powerful jQuery wizard plugin that supports accessibility and HTML5.",
"keywords": [
"wizard",
"navigation",
"forms",
"UI",
"component",
"HTML5",
"accessibility",
"validation",
"tabs",
"steps"
],
"version": "1.0.4",
"author": {
"name": "Rafael Staib",
"email": "[email protected]",
"url": "http://www.rafaelstaib.com"
},
"licenses": [
{ "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" }
],
"bugs": "https://github.com/rstaib/jquery-steps/issues",
"homepage": "http://www.jquery-steps.com",
"docs": "https://github.com/rstaib/jquery-steps/wiki",
"download": "http://www.jquery-steps.com",
"demo": "http://www.jquery-steps.com/Examples",
"dependencies": {
"jquery": ">=1.4.4"
}
}