12345678910111213141516171819202122 |
- {
- "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"
- ]
- }
|