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