ui.dialog.jquery.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "name": "ui.dialog",
  3. "title": "jQuery UI Dialog",
  4. "description": "Displays customizable dialog windows.",
  5. "keywords": [
  6. "ui",
  7. "dialog",
  8. "modal",
  9. "alert",
  10. "popup"
  11. ],
  12. "version": "1.11.4",
  13. "author": {
  14. "name": "jQuery Foundation and other contributors",
  15. "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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. "name": "Mike Sherov",
  40. "email": "mike.sherov@gmail.com",
  41. "url": "http://mike.sherov.com"
  42. },
  43. {
  44. "name": "TJ VanToll",
  45. "email": "tj.vantoll@gmail.com",
  46. "url": "http://tjvantoll.com"
  47. },
  48. {
  49. "name": "Felix Nagel",
  50. "email": "info@felixnagel.com",
  51. "url": "http://www.felixnagel.com"
  52. }
  53. ],
  54. "licenses": [
  55. {
  56. "type": "MIT",
  57. "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/LICENSE.txt"
  58. }
  59. ],
  60. "bugs": "http://bugs.jqueryui.com/",
  61. "homepage": "http://jqueryui.com/dialog/",
  62. "demo": "http://jqueryui.com/dialog/",
  63. "docs": "http://api.jqueryui.com/dialog/",
  64. "download": "http://jqueryui.com/download/",
  65. "dependencies": {
  66. "jquery": ">=1.6",
  67. "ui.core": "1.11.4",
  68. "ui.widget": "1.11.4",
  69. "ui.button": "1.11.4",
  70. "ui.draggable": "1.11.4",
  71. "ui.position": "1.11.4",
  72. "ui.resizable": "1.11.4"
  73. },
  74. "category": "widget"
  75. }