ui.selectable.jquery.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "ui.selectable",
  3. "title": "jQuery UI Selectable",
  4. "description": "Allows groups of elements to be selected with the mouse.",
  5. "keywords": [
  6. "ui",
  7. "selectable",
  8. "selection"
  9. ],
  10. "version": "1.9.2",
  11. "author": {
  12. "name": "jQuery Foundation and other contributors",
  13. "url": "https://github.com/jquery/jquery-ui/blob/1.9.2/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. "licenses": [
  38. {
  39. "type": "MIT",
  40. "url": "https://github.com/jquery/jquery-ui/blob/1.9.2/MIT-LICENSE.txt"
  41. }
  42. ],
  43. "bugs": "http://bugs.jqueryui.com/",
  44. "homepage": "http://jqueryui.com/selectable/",
  45. "demo": "http://jqueryui.com/selectable/",
  46. "docs": "http://api.jqueryui.com/selectable/",
  47. "download": "http://jqueryui.com/download/",
  48. "dependencies": {
  49. "jquery": ">=1.6",
  50. "ui.core": "1.9.2",
  51. "ui.widget": "1.9.2",
  52. "ui.mouse": "1.9.2"
  53. },
  54. "category": "interaction"
  55. }