package.json 780 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "dom7",
  3. "version": "4.0.6",
  4. "description": "Minimalistic JavaScript library for DOM manipulation, with a jQuery-compatible API",
  5. "sideEffects": false,
  6. "types": "dom7.d.ts",
  7. "type": "module",
  8. "main": "./dom7.esm.js",
  9. "module": "./dom7.esm.js",
  10. "exports": {
  11. "./package.json": "./package.json",
  12. ".": "./dom7.esm.js"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/nolimits4web/dom7.git"
  17. },
  18. "keywords": [
  19. "dom",
  20. "dom7",
  21. "jquery",
  22. "mobile",
  23. "framework7"
  24. ],
  25. "author": "Vladimir Kharlampidi",
  26. "license": "MIT",
  27. "bugs": {
  28. "url": "https://github.com/nolimits4web/dom7/issues"
  29. },
  30. "homepage": "https://framework7.io/docs/dom7.html",
  31. "dependencies": {
  32. "ssr-window": "^4.0.0"
  33. }
  34. }