package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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.10.4",
  6. "homepage": "http://jqueryui.com",
  7. "author": {
  8. "name": "jQuery Foundation and other contributors",
  9. "url": "https://github.com/jquery/jquery-ui/blob/1.10.4/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. "repository": {
  44. "type": "git",
  45. "url": "git://github.com/jquery/jquery-ui.git"
  46. },
  47. "bugs": "http://bugs.jqueryui.com/",
  48. "licenses": [
  49. {
  50. "type": "MIT",
  51. "url": "https://github.com/jquery/jquery-ui/blob/1.10.4/MIT-LICENSE.txt"
  52. }
  53. ],
  54. "scripts": {
  55. "test": "grunt"
  56. },
  57. "dependencies": {},
  58. "devDependencies": {
  59. "grunt": "0.4.1",
  60. "grunt-contrib-jshint": "0.7.1",
  61. "grunt-contrib-uglify": "0.1.1",
  62. "grunt-contrib-concat": "0.1.3",
  63. "grunt-contrib-qunit": "0.2.0",
  64. "grunt-contrib-csslint": "0.1.1",
  65. "grunt-contrib-cssmin": "0.4.2",
  66. "grunt-compare-size": "0.4.0-rc.3",
  67. "grunt-html": "0.3.3",
  68. "grunt-git-authors": "1.2.0",
  69. "rimraf": "2.1.4",
  70. "testswarm": "1.1.0"
  71. },
  72. "keywords": []
  73. }