document-scroll-element
Version:
Determines the document element that is scrollable
29 lines (28 loc) • 572 B
JSON
{
"name": "document-scroll-element",
"main": "document-scroll-element.js",
"version": "1.0.0",
"authors": [
"Daniel Hritzkiv <daniel.hritzkiv@gmail.com>"
],
"description": "Determines the document element that is scrollable",
"keywords": [
"document",
"scroll",
"dom",
"documentElement",
"body"
],
"repository": {
"type" : "git",
"url" : "https://github.com/dhritzkiv/document-scroll-element.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}