package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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.14.1",
  6. "homepage": "https://jqueryui.com",
  7. "author": {
  8. "name": "OpenJS Foundation and other contributors",
  9. "url": "https://github.com/jquery/jquery-ui/blob/1.14.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": "https://bassistance.de"
  17. },
  18. {
  19. "name": "Mike Sherov",
  20. "email": "mike.sherov@gmail.com",
  21. "url": "https://mike.sherov.com"
  22. },
  23. {
  24. "name": "TJ VanToll",
  25. "email": "tj.vantoll@gmail.com",
  26. "url": "https://www.tjvantoll.com"
  27. },
  28. {
  29. "name": "Felix Nagel",
  30. "email": "info@felixnagel.com",
  31. "url": "https://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. "build": "grunt build",
  49. "lint": "grunt lint",
  50. "test:server": "node tests/runner/server.js",
  51. "test:unit": "node tests/runner/command.js",
  52. "test": "grunt && npm run test:unit -- -h"
  53. },
  54. "dependencies": {
  55. "jquery": ">=1.12.0 <5.0.0"
  56. },
  57. "devDependencies": {
  58. "body-parser": "1.20.3",
  59. "browserstack-local": "1.5.5",
  60. "commitplease": "3.2.0",
  61. "diff": "5.2.0",
  62. "eslint-config-jquery": "3.0.2",
  63. "exit-hook": "4.0.0",
  64. "express": "4.21.1",
  65. "express-body-parser-error-handler": "1.0.7",
  66. "grunt": "1.6.1",
  67. "grunt-bowercopy": "1.2.5",
  68. "grunt-compare-size": "0.4.2",
  69. "grunt-contrib-concat": "2.1.0",
  70. "grunt-contrib-csslint": "2.0.0",
  71. "grunt-contrib-requirejs": "1.0.0",
  72. "grunt-contrib-uglify": "5.2.2",
  73. "grunt-eslint": "24.0.1",
  74. "grunt-git-authors": "3.2.0",
  75. "grunt-html": "17.1.0",
  76. "load-grunt-tasks": "5.1.0",
  77. "rimraf": "6.0.1",
  78. "selenium-webdriver": "4.26.0",
  79. "yargs": "17.7.2"
  80. },
  81. "keywords": []
  82. }