ui.menu.jquery.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "ui.menu",
  3. "title": "jQuery UI Menu",
  4. "description": "Creates nestable menus.",
  5. "keywords": [
  6. "ui",
  7. "menu",
  8. "dropdown",
  9. "flyout"
  10. ],
  11. "version": "1.11.4",
  12. "author": {
  13. "name": "jQuery Foundation and other contributors",
  14. "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/AUTHORS.txt"
  15. },
  16. "maintainers": [
  17. {
  18. "name": "Scott González",
  19. "email": "scott.gonzalez@gmail.com",
  20. "url": "http://scottgonzalez.com"
  21. },
  22. {
  23. "name": "Jörn Zaefferer",
  24. "email": "joern.zaefferer@gmail.com",
  25. "url": "http://bassistance.de"
  26. },
  27. {
  28. "name": "Kris Borchers",
  29. "email": "kris.borchers@gmail.com",
  30. "url": "http://krisborchers.com"
  31. },
  32. {
  33. "name": "Corey Frang",
  34. "email": "gnarf37@gmail.com",
  35. "url": "http://gnarf.net"
  36. },
  37. {
  38. "name": "Mike Sherov",
  39. "email": "mike.sherov@gmail.com",
  40. "url": "http://mike.sherov.com"
  41. },
  42. {
  43. "name": "TJ VanToll",
  44. "email": "tj.vantoll@gmail.com",
  45. "url": "http://tjvantoll.com"
  46. },
  47. {
  48. "name": "Felix Nagel",
  49. "email": "info@felixnagel.com",
  50. "url": "http://www.felixnagel.com"
  51. }
  52. ],
  53. "licenses": [
  54. {
  55. "type": "MIT",
  56. "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/LICENSE.txt"
  57. }
  58. ],
  59. "bugs": "http://bugs.jqueryui.com/",
  60. "homepage": "http://jqueryui.com/menu/",
  61. "demo": "http://jqueryui.com/menu/",
  62. "docs": "http://api.jqueryui.com/menu/",
  63. "download": "http://jqueryui.com/download/",
  64. "dependencies": {
  65. "jquery": ">=1.6",
  66. "ui.core": "1.11.4",
  67. "ui.widget": "1.11.4",
  68. "ui.position": "1.11.4"
  69. },
  70. "category": "widget"
  71. }