ui.effect.jquery.json 1.6 KB

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