{
  "name": "react-dimensions",
  "version": "1.3.1",
  "description": "React [higher-order component](https://gist.github.com/sebmarkbage/ef0bf1f338a7182b6775) to get dimensions of container",
  "main": "index.js",
  "standard": {
    "parser": "babel-eslint"
  },
  "scripts": {
    "start": "./node_modules/.bin/budo example.jsx --live --open -- -t babelify",
    "build": "npm test && babel index.jsx -o index.js",
    "doc": "documentation readme index.jsx --section 'API'",
    "prepublish": "npm run build",
    "test": "standard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/digidem/react-dimensions.git"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "react",
    "dimensions",
    "width",
    "resize"
  ],
  "author": "Gregor MacLennan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/digidem/react-dimensions/issues"
  },
  "homepage": "https://github.com/digidem/react-dimensions#readme",
  "devDependencies": {
    "babel-cli": "^6.7.7",
    "babel-eslint": "^6.0.3",
    "babel-plugin-transform-class-properties": "^6.6.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babelify": "^7.2.0",
    "budo": "^8.2.1",
    "documentation": "^4.0.0-beta2",
    "eslint-config-standard": "^5.2.0",
    "eslint-config-standard-react": "^2.3.0",
    "eslint-plugin-react": "^5.0.1",
    "standard": "^6.0.8"
  },
  "peerDependencies": {
    "react": "^0.14.0 || ^15.0.0 || ^16.0.0",
    "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
  },
  "dependencies": {
    "element-resize-event": "^2.0.4"
  }
}
