Skip to content

Commit a477596

Browse files
author
Rafael J. Staib
committed
Add jquery plugin manifest
1 parent eec8b33 commit a477596

File tree

6 files changed

+224
-0
lines changed

6 files changed

+224
-0
lines changed

lib/jquery-1.4.4.min.js

Lines changed: 167 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/jquery-1.5.2.min.js

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/jquery-1.6.4.min.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/jquery-1.7.2.min.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/jquery-1.8.3.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

steps.jquery.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "steps",
3+
"title": "jQuery Steps",
4+
"description": "A powerful jQuery wizard plugin that supports accessibility and HTML5.",
5+
"keywords": [
6+
"wizard",
7+
"navigation",
8+
"forms",
9+
"UI",
10+
"component",
11+
"HTML5",
12+
"accessibility",
13+
"validation"
14+
],
15+
"version": "0.9.2",
16+
"author": {
17+
"name": "Rafael J. Staib",
18+
"email": "rstaib@derklang.com",
19+
"url": ""
20+
},
21+
"licenses": [
22+
{ "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" }
23+
],
24+
"bugs": "https://github.com/rstaib/jquery-steps/issues",
25+
"homepage": "http://rstaib.github.io/jquery-steps",
26+
"docs": "https://github.com/rstaib/jquery-steps/wiki",
27+
"download": "http://rstaib.github.io/jquery-steps",
28+
"dependencies": {
29+
"jquery": ">=1.4.4"
30+
}
31+
}

0 commit comments

Comments
 (0)