ui.position.jquery.json 1.2 KB

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