scrollingelement
Version:
A `document.scrollingElement` polyfill.
37 lines (36 loc) • 886 B
JSON
{
"name": "scrollingelement",
"version": "1.5.2",
"description": "A `document.scrollingElement` polyfill.",
"homepage": "https://mths.be/scrollingelement",
"main": "scrollingelement.js",
"keywords": [
"cssom",
"dom",
"scrolling",
"scrollingelement"
],
"license": "MIT",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
},
"repository": {
"type": "git",
"url": "https://github.com/mathiasbynens/document.scrollingElement.git"
},
"bugs": "https://github.com/mathiasbynens/document.scrollingElement/issues",
"files": [
"LICENSE-MIT.txt",
"scrollingelement.js"
],
"directories": {
"test": "tests"
},
"scripts": {
"test": "http-server & sleep 1; open 'http://0.0.0.0:8080/tests/standards-mode.html'; open 'http://0.0.0.0:8080/tests/quirks-mode.html'; wait; killall node"
},
"devDependencies": {
"qunitjs": "^1.18.0"
}
}