ui.button.jquery.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "ui.button",
  3. "title": "jQuery UI Button",
  4. "description": "Enhances a form with themable buttons.",
  5. "keywords": [
  6. "ui",
  7. "button",
  8. "form",
  9. "radio",
  10. "checkbox"
  11. ],
  12. "version": "1.9.2",
  13. "author": {
  14. "name": "jQuery Foundation and other contributors",
  15. "url": "https://github.com/jquery/jquery-ui/blob/1.9.2/AUTHORS.txt"
  16. },
  17. "maintainers": [
  18. {
  19. "name": "Scott González",
  20. "email": "scott.gonzalez@gmail.com",
  21. "url": "http://scottgonzalez.com"
  22. },
  23. {
  24. "name": "Jörn Zaefferer",
  25. "email": "joern.zaefferer@gmail.com",
  26. "url": "http://bassistance.de"
  27. },
  28. {
  29. "name": "Kris Borchers",
  30. "email": "kris.borchers@gmail.com",
  31. "url": "http://krisborchers.com"
  32. },
  33. {
  34. "name": "Corey Frang",
  35. "email": "gnarf37@gmail.com",
  36. "url": "http://gnarf.net"
  37. }
  38. ],
  39. "licenses": [
  40. {
  41. "type": "MIT",
  42. "url": "https://github.com/jquery/jquery-ui/blob/1.9.2/MIT-LICENSE.txt"
  43. }
  44. ],
  45. "bugs": "http://bugs.jqueryui.com/",
  46. "homepage": "http://jqueryui.com/button/",
  47. "demo": "http://jqueryui.com/button/",
  48. "docs": "http://api.jqueryui.com/button/",
  49. "download": "http://jqueryui.com/download/",
  50. "dependencies": {
  51. "jquery": ">=1.6",
  52. "ui.core": "1.9.2",
  53. "ui.widget": "1.9.2"
  54. },
  55. "category": "widget"
  56. }