ui.position.jquery.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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.11.4",
  15. "author": {
  16. "name": "jQuery Foundation and other contributors",
  17. "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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. "name": "Mike Sherov",
  42. "email": "mike.sherov@gmail.com",
  43. "url": "http://mike.sherov.com"
  44. },
  45. {
  46. "name": "TJ VanToll",
  47. "email": "tj.vantoll@gmail.com",
  48. "url": "http://tjvantoll.com"
  49. },
  50. {
  51. "name": "Felix Nagel",
  52. "email": "info@felixnagel.com",
  53. "url": "http://www.felixnagel.com"
  54. }
  55. ],
  56. "licenses": [
  57. {
  58. "type": "MIT",
  59. "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/LICENSE.txt"
  60. }
  61. ],
  62. "bugs": "http://bugs.jqueryui.com/",
  63. "homepage": "http://jqueryui.com/position/",
  64. "demo": "http://jqueryui.com/position/",
  65. "docs": "http://api.jqueryui.com/position/",
  66. "download": "http://jqueryui.com/download/",
  67. "dependencies": {
  68. "jquery": ">=1.6"
  69. },
  70. "category": "core"
  71. }