first commit

This commit is contained in:
maher
2025-12-28 13:49:00 +01:00
commit f0b8392c55
6148 changed files with 743662 additions and 0 deletions

View File

@@ -0,0 +1,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.1.0",
"author": {
"name": "Rafael Staib",
"email": "me@rafaelstaib.com",
"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.9.0"
}
}