package.json 742 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "scrollparent",
  3. "version": "2.1.0",
  4. "description": "A function to get the scrolling parent of an html element.",
  5. "main": "scrollparent.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/olahol/scrollparent.js.git"
  9. },
  10. "keywords": [
  11. "browser",
  12. "scroll",
  13. "scrollparent",
  14. "dom"
  15. ],
  16. "author": "Ola Holmström",
  17. "license": "ISC",
  18. "bugs": {
  19. "url": "https://github.com/olahol/scrollparent.js/issues"
  20. },
  21. "homepage": "https://github.com/olahol/scrollparent.js#readme",
  22. "devDependencies": {
  23. "@playwright/test": "^1.27.1",
  24. "es5-validator": "^1.3.1"
  25. },
  26. "scripts": {
  27. "test": "playwright test",
  28. "lint": "es5-validator scrollparent.js"
  29. },
  30. "files": []
  31. }