bounding-client-rect
Version:
Cross-browser `getBoundingClientRect()` for all Node types
38 lines (37 loc) • 829 B
JSON
{
"name": "bounding-client-rect",
"version": "1.0.5",
"description": "Cross-browser `getBoundingClientRect()` for all Node types",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/webmodules/bounding-client-rect.git"
},
"keywords": [
"browser",
"bounding",
"client",
"rect",
"getBoundingClientRect",
"TextRectangle",
"TextNode",
"Node",
"Range",
"HTMLElement"
],
"author": "Nathan Rajlich <nathan@tootallnate.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/webmodules/bounding-client-rect/issues"
},
"homepage": "https://github.com/webmodules/bounding-client-rect",
"dependencies": {
"get-document": "1"
},
"devDependencies": {
"zuul": "~1.16.0"
}
}