Skip to content

Commit a05a911

Browse files
committed
Added bower.json file
1 parent be18420 commit a05a911

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

bower.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"name": "jquery.steps",
3+
"description": "A powerful jQuery wizard plugin that supports accessibility and HTML5.",
4+
"keywords": [
5+
"wizard",
6+
"navigation",
7+
"forms",
8+
"UI",
9+
"component",
10+
"HTML5",
11+
"accessibility",
12+
"validation",
13+
"tabs",
14+
"steps"
15+
],
16+
"version": "1.0.7",
17+
"authors": [
18+
{ "name": "Rafael Staib", "email": "me@rafaelstaib.com", "url": "http://www.rafaelstaib.com" }
19+
],
20+
"homepage": "http://www.jquery-steps.com",
21+
"repository": {
22+
"type": "git",
23+
"url": "git://github.com/rstaib/jquery-steps.git"
24+
},
25+
"license": "MIT",
26+
"main": [
27+
"build/jquery.steps.js",
28+
"demo/css/jquery.steps.css"
29+
],
30+
"ignore": [
31+
"**/.*",
32+
"build/*.nupkg",
33+
"build/*.zip",
34+
"lib",
35+
"nuget",
36+
"src",
37+
"test",
38+
"*.md",
39+
"*.txt",
40+
"Gruntfile.js",
41+
"package.json",
42+
"steps.jquery.json"
43+
],
44+
"dependencies": {
45+
"jquery": "1.10.2"
46+
}
47+
}

0 commit comments

Comments
 (0)