3
0

package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "@types/jqueryui",
  3. "version": "1.12.21",
  4. "description": "TypeScript definitions for jqueryui",
  5. "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jqueryui",
  6. "license": "MIT",
  7. "contributors": [
  8. {
  9. "name": "Boris Yankov",
  10. "githubUsername": "borisyankov",
  11. "url": "https://github.com/borisyankov"
  12. },
  13. {
  14. "name": "John Reilly",
  15. "githubUsername": "johnnyreilly",
  16. "url": "https://github.com/johnnyreilly"
  17. },
  18. {
  19. "name": "Dieter Oberkofler",
  20. "githubUsername": "doberkofler",
  21. "url": "https://github.com/doberkofler"
  22. }
  23. ],
  24. "main": "",
  25. "types": "index.d.ts",
  26. "repository": {
  27. "type": "git",
  28. "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
  29. "directory": "types/jqueryui"
  30. },
  31. "scripts": {},
  32. "dependencies": {
  33. "@types/jquery": "*"
  34. },
  35. "typesPublisherContentHash": "03957458f73d229c024b2647c21af391523408cbfa097efe100fdf5823822e6a",
  36. "typeScriptVersion": "4.5"
  37. }