ui.effect-transfer.jquery.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "ui.effect-transfer",
  3. "title": "jQuery UI Transfer Effect",
  4. "description": "Displays a transfer effect from one element to another.",
  5. "keywords": [
  6. "ui",
  7. "transfer",
  8. "effect"
  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/transfer-effect/",
  60. "demo": "http://jqueryui.com/transfer-effect/",
  61. "docs": "http://api.jqueryui.com/transfer-effect/",
  62. "download": "http://jqueryui.com/download/",
  63. "dependencies": {
  64. "jquery": ">=1.6",
  65. "ui.effect": "1.11.4"
  66. },
  67. "category": "effect"
  68. }