ui.core.jquery.json 1.2 KB

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