Nenhuma Descrição

package.json 1.7KB

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.13.0",
  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.0/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": "https://bugs.jqueryui.com/",
  44. "license": "MIT",
  45. "scripts": {
  46. "test": "grunt"
  47. },
  48. "dependencies": {
  49. "jquery": ">=1.8.0 <4.0.0"
  50. },
  51. "devDependencies": {
  52. "commitplease": "3.2.0",
  53. "eslint-config-jquery": "3.0.0",
  54. "glob": "7.1.7",
  55. "grunt": "1.4.1",
  56. "grunt-bowercopy": "1.2.5",
  57. "grunt-cli": "1.4.3",
  58. "grunt-compare-size": "0.4.2",
  59. "grunt-contrib-concat": "1.0.1",
  60. "grunt-contrib-csslint": "2.0.0",
  61. "grunt-contrib-qunit": "5.0.1",
  62. "grunt-contrib-requirejs": "1.0.0",
  63. "grunt-contrib-uglify": "5.0.1",
  64. "grunt-eslint": "23.0.0",
  65. "grunt-git-authors": "3.2.0",
  66. "grunt-html": "14.5.0",
  67. "load-grunt-tasks": "5.1.0",
  68. "rimraf": "3.0.2",
  69. "testswarm": "1.1.2"
  70. },
  71. "keywords": []
  72. }