dom-resize
Version:
Polyfill to make it easy to listen for element resize events
29 lines (28 loc) • 668 B
JSON
{
"name": "dom-resize",
"description": "Polyfill to make it easy to listen for element resize events",
"version": "1.0.3",
"author": [
"Kyle Mathews <mathews.kyle@gmail.com>",
"Paul Henschel <drcmda@gmail.com>"
],
"bugs": {
"url": "https://github.com/drcmda/dom-resize/issues"
},
"homepage": "https://github.com/drcmda/dom-resize",
"keywords": [
"event",
"resize",
"element-query",
"element queries"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/drcmda/dom-resize.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}