package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "jquery-ui",
  3. "title": "jQuery UI",
  4. "description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
  5. "version": "1.11.2",
  6. "homepage": "http://jqueryui.com",
  7. "author": {
  8. "name": "jQuery Foundation and other contributors",
  9. "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/AUTHORS.txt"
  10. },
  11. "maintainers": [
  12. {
  13. "name": "Scott González",
  14. "email": "scott.gonzalez@gmail.com",
  15. "url": "http://scottgonzalez.com"
  16. },
  17. {
  18. "name": "Jörn Zaefferer",
  19. "email": "joern.zaefferer@gmail.com",
  20. "url": "http://bassistance.de"
  21. },
  22. {
  23. "name": "Kris Borchers",
  24. "email": "kris.borchers@gmail.com",
  25. "url": "http://krisborchers.com"
  26. },
  27. {
  28. "name": "Corey Frang",
  29. "email": "gnarf37@gmail.com",
  30. "url": "http://gnarf.net"
  31. },
  32. {
  33. "name": "Mike Sherov",
  34. "email": "mike.sherov@gmail.com",
  35. "url": "http://mike.sherov.com"
  36. },
  37. {
  38. "name": "TJ VanToll",
  39. "email": "tj.vantoll@gmail.com",
  40. "url": "http://tjvantoll.com"
  41. },
  42. {
  43. "name": "Felix Nagel",
  44. "email": "info@felixnagel.com",
  45. "url": "http://www.felixnagel.com"
  46. }
  47. ],
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/jquery/jquery-ui.git"
  51. },
  52. "bugs": "http://bugs.jqueryui.com/",
  53. "licenses": [
  54. {
  55. "type": "MIT",
  56. "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/LICENSE.txt"
  57. }
  58. ],
  59. "dependencies": {},
  60. "devDependencies": {
  61. "grunt": "~0.3.17",
  62. "grunt-css": "0.2.0",
  63. "grunt-compare-size": "0.1.4",
  64. "grunt-html": "0.1.1",
  65. "grunt-junit": "0.1.5",
  66. "grunt-git-authors": "1.0.0",
  67. "rimraf": "2.0.1",
  68. "testswarm": "0.3.0"
  69. },
  70. "keywords": []
  71. }