23 lines
450 B
JSON
23 lines
450 B
JSON
{
|
|
"name": "element-resize-detector",
|
|
"description": "Resize event emitter for elements.",
|
|
"main": "dist/element-resize-detector.js",
|
|
"authors": [
|
|
"Lucas Wiener <lucas@wiener.se>"
|
|
],
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"element",
|
|
"resize"
|
|
],
|
|
"homepage": "https://github.com/wnr/element-resize-detector",
|
|
"moduleType": [],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|