resize-event
Version:
Detect resize on an element without polling or iframes
36 lines (35 loc) • 844 B
JSON
{
"name": "resize-event",
"version": "2.0.1",
"description": "Detect resize on an element without polling or iframes",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"start": "budo example.js",
"test": "budo test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/shama/resize-event.git"
},
"keywords": [
"resize",
"event",
"element"
],
"author": "Kyle Robinson Young <kyle@dontkry.com> (http://dontkry.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/shama/resize-event/issues"
},
"homepage": "https://github.com/shama/resize-event#readme",
"devDependencies": {
"browserify": "^16.5.1",
"budo": "^11.6.3",
"object-assign": "^4.1.1",
"tape": "^5.0.1"
},
"dependencies": {
"mutationobserver-shim": "^0.3.5"
}
}