ui.effect.jquery.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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.9.2",
  17. "author": {
  18. "name": "jQuery Foundation and other contributors",
  19. "url": "https://github.com/jquery/jquery-ui/blob/1.9.2/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. "licenses": [
  44. {
  45. "type": "MIT",
  46. "url": "https://github.com/jquery/jquery-ui/blob/1.9.2/MIT-LICENSE.txt"
  47. }
  48. ],
  49. "bugs": "http://bugs.jqueryui.com/",
  50. "homepage": "http://jqueryui.com/",
  51. "demo": "http://jqueryui.com/effects/",
  52. "docs": "http://api.jqueryui.com/category/effects-core/",
  53. "download": "http://jqueryui.com/download/",
  54. "dependencies": {
  55. "jquery": ">=1.6"
  56. },
  57. "category": "effect"
  58. }