forked from rstaib/jquery-steps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
47 lines (47 loc) · 1.05 KB
/
bower.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
40
41
42
43
44
45
46
47
{
"name": "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.1.0",
"authors": [
{ "name": "Rafael Staib", "email": "me@rafaelstaib.com", "url": "http://www.rafaelstaib.com" }
],
"homepage": "http://www.jquery-steps.com",
"repository": {
"type": "git",
"url": "git://github.com/rstaib/jquery-steps.git"
},
"license": "MIT",
"main": [
"build/jquery.steps.js",
"demo/css/jquery.steps.css"
],
"ignore": [
"**/.*",
"build/*.nupkg",
"build/*.zip",
"lib",
"nuget",
"src",
"test",
"*.md",
"*.txt",
"Gruntfile.js",
"package.json",
"steps.jquery.json"
],
"dependencies": {
"jquery": ">=1.9.0"
}
}