ui.mouse.jquery.json 1.6 KB

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