{
  "name": "react-component-width-mixin",
  "description": "React mixin which detects when component resizes and sets the new width as a state variable",
  "version": "2.0.0",
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
  "bugs": {
    "url": "https://github.com/KyleAMathews/react-component-width-mixin/issues"
  },
  "dependencies": {
    "element-resize-event": "^2.0.0"
  },
  "peerDependencies": {
    "react-dom": ">=0.14.0"
  },
  "homepage": "https://github.com/KyleAMathews/react-component-width-mixin",
  "keywords": [
    "react",
    "react-mixin"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/KyleAMathews/react-component-width-mixin.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
