{
  "name": "react-modal-hoc",
  "version": "0.1.3",
  "description": "Simple React HOC for wrapping component with modal API",
  "main": "lib/index.js",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "clean": "rimraf lib",
    "build": "babel src --out-dir lib",
    "prepublish": "yarn run clean && yarn run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fantua/react-modal-hoc.git"
  },
  "keywords": [
    "react",
    "react-hoc",
    "modal"
  ],
  "homepage": "https://github.com/fantua/react-modal-hoc",
  "author": "Igor Machuzhak <ihor3000@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "react": "^16.1.1",
    "rimraf": "^2.6.2"
  },
  "dependencies": {
    "hoist-non-react-statics": "^2.3.1",
    "prop-types": "^15.6.0",
    "react-display-name": "^0.2.3"
  },
  "peerDependencies": {
    "react": "^15.4.x || ^16.x"
  }
}
