package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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.9.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.9.2/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. "repository": {
  34. "type": "git",
  35. "url": "git://github.com/jquery/jquery-ui.git"
  36. },
  37. "bugs": "http://bugs.jqueryui.com/",
  38. "licenses": [
  39. {
  40. "type": "MIT",
  41. "url": "https://github.com/jquery/jquery-ui/blob/1.9.2/MIT-LICENSE.txt"
  42. }
  43. ],
  44. "dependencies": {},
  45. "devDependencies": {
  46. "grunt": "~0.3.17",
  47. "grunt-css": "0.2.0",
  48. "grunt-compare-size": "0.1.4",
  49. "grunt-html": "0.1.1",
  50. "grunt-junit": "0.1.4",
  51. "grunt-git-authors": "1.0.0",
  52. "rimraf": "2.0.1",
  53. "testswarm": "0.2.3"
  54. },
  55. "keywords": []
  56. }