ui.effect-fold.jquery.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "ui.effect-fold",
  3. "title": "jQuery UI Fold Effect",
  4. "description": "Folds an element first horizontally and then vertically.",
  5. "keywords": [
  6. "ui",
  7. "fold",
  8. "effect",
  9. "show",
  10. "hide"
  11. ],
  12. "version": "1.9.2",
  13. "author": {
  14. "name": "jQuery Foundation and other contributors",
  15. "url": "https://github.com/jquery/jquery-ui/blob/1.9.2/AUTHORS.txt"
  16. },
  17. "maintainers": [
  18. {
  19. "name": "Scott González",
  20. "email": "scott.gonzalez@gmail.com",
  21. "url": "http://scottgonzalez.com"
  22. },
  23. {
  24. "name": "Jörn Zaefferer",
  25. "email": "joern.zaefferer@gmail.com",
  26. "url": "http://bassistance.de"
  27. },
  28. {
  29. "name": "Kris Borchers",
  30. "email": "kris.borchers@gmail.com",
  31. "url": "http://krisborchers.com"
  32. },
  33. {
  34. "name": "Corey Frang",
  35. "email": "gnarf37@gmail.com",
  36. "url": "http://gnarf.net"
  37. }
  38. ],
  39. "licenses": [
  40. {
  41. "type": "MIT",
  42. "url": "https://github.com/jquery/jquery-ui/blob/1.9.2/MIT-LICENSE.txt"
  43. }
  44. ],
  45. "bugs": "http://bugs.jqueryui.com/",
  46. "homepage": "http://jqueryui.com/fold-effect/",
  47. "demo": "http://jqueryui.com/fold-effect/",
  48. "docs": "http://api.jqueryui.com/fold-effect/",
  49. "download": "http://jqueryui.com/download/",
  50. "dependencies": {
  51. "jquery": ">=1.6",
  52. "ui.effect": "1.9.2"
  53. },
  54. "category": "effect"
  55. }