steps.jquery.json 943 B

12345678910111213141516171819202122232425262728293031323334
  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. "tabs",
  15. "steps"
  16. ],
  17. "version": "1.1.0",
  18. "author": {
  19. "name": "Rafael Staib",
  20. "email": "me@rafaelstaib.com",
  21. "url": "http://www.rafaelstaib.com"
  22. },
  23. "licenses": [
  24. { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" }
  25. ],
  26. "bugs": "https://github.com/rstaib/jquery-steps/issues",
  27. "homepage": "http://www.jquery-steps.com",
  28. "docs": "https://github.com/rstaib/jquery-steps/wiki",
  29. "download": "http://www.jquery-steps.com",
  30. "demo": "http://www.jquery-steps.com/Examples",
  31. "dependencies": {
  32. "jquery": ">=1.9.0"
  33. }
  34. }