File tree 1 file changed +47
-0
lines changed
1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments