{
  "name": "react-confirm",
  "version": "0.1.24",
  "description": "Small library which makes your Dialog component callable",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/haradakunihiko/react-confirm.git"
  },
  "bugs": {
    "url": "https://github.com/haradakunihiko/react-confirm/issues"
  },
  "keywords": [
    "react",
    "reactjs",
    "confirm"
  ],
  "homepage": "https://github.com/haradakunihiko/react-confirm",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "clean": "rimraf lib",
    "build": "babel src --out-dir lib",
    "prepublish": "npm run clean && npm run build",
    "test": "echo succeeded"
  },
  "author": "",
  "license": "MIT",
  "peerDependencies": {
    "react-dom": "^0.14.7 || 15.x || 16.x || 17.x",
    "react": "^0.14.7 || 15.x || 16.x || 17.x"
  },
  "devDependencies": {
    "babel-cli": "^6.4.5",
    "babel-core": "^6.26.0",
    "babel-loader": "^6.4.1",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "dependency-check": "^3.2.1",
    "rimraf": "^2.5.1",
    "webpack": "^1.15.0"
  },
  "dependencies": {}
}
