package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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.13.1",
  6. "homepage": "http://jqueryui.com",
  7. "author": {
  8. "name": "jQuery Foundation and other contributors",
  9. "url": "https://github.com/jquery/jquery-ui/blob/1.13.1/AUTHORS.txt"
  10. },
  11. "main": "ui/widget.js",
  12. "maintainers": [
  13. {
  14. "name": "Jörn Zaefferer",
  15. "email": "joern.zaefferer@gmail.com",
  16. "url": "http://bassistance.de"
  17. },
  18. {
  19. "name": "Mike Sherov",
  20. "email": "mike.sherov@gmail.com",
  21. "url": "http://mike.sherov.com"
  22. },
  23. {
  24. "name": "TJ VanToll",
  25. "email": "tj.vantoll@gmail.com",
  26. "url": "http://tjvantoll.com"
  27. },
  28. {
  29. "name": "Felix Nagel",
  30. "email": "info@felixnagel.com",
  31. "url": "http://www.felixnagel.com"
  32. },
  33. {
  34. "name": "Alex Schmitz",
  35. "email": "arschmitz@gmail.com",
  36. "url": "https://github.com/arschmitz"
  37. }
  38. ],
  39. "repository": {
  40. "type": "git",
  41. "url": "git://github.com/jquery/jquery-ui.git"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/jquery/jquery-ui/issues"
  45. },
  46. "license": "MIT",
  47. "scripts": {
  48. "test": "grunt"
  49. },
  50. "dependencies": {
  51. "jquery": ">=1.8.0 <4.0.0"
  52. },
  53. "devDependencies": {
  54. "commitplease": "3.2.0",
  55. "eslint-config-jquery": "3.0.0",
  56. "glob": "7.2.0",
  57. "grunt": "1.4.1",
  58. "grunt-bowercopy": "1.2.5",
  59. "grunt-cli": "1.4.3",
  60. "grunt-compare-size": "0.4.2",
  61. "grunt-contrib-concat": "1.0.1",
  62. "grunt-contrib-csslint": "2.0.0",
  63. "grunt-contrib-qunit": "5.1.1",
  64. "grunt-contrib-requirejs": "1.0.0",
  65. "grunt-contrib-uglify": "5.0.1",
  66. "grunt-eslint": "23.0.0",
  67. "grunt-git-authors": "3.2.0",
  68. "grunt-html": "14.5.0",
  69. "load-grunt-tasks": "5.1.0",
  70. "rimraf": "3.0.2",
  71. "testswarm": "1.1.2"
  72. },
  73. "keywords": []
  74. }