{
  "_from": "react-confirm-alert@^2.8.0",
  "_id": "react-confirm-alert@2.8.0",
  "_inBundle": false,
  "_integrity": "sha512-qvNjJWuWUpTh+q4NecUjCMIWLNDl8IwW6JRIky5pzoiFBXsLWSA2Z1VsaDsQedwgyxEpKnMEJFETkDogBpv/kA==",
  "_location": "/react-confirm-alert",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-confirm-alert@^2.8.0",
    "name": "react-confirm-alert",
    "escapedName": "react-confirm-alert",
    "rawSpec": "^2.8.0",
    "saveSpec": null,
    "fetchSpec": "^2.8.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-confirm-alert/-/react-confirm-alert-2.8.0.tgz",
  "_shasum": "b3538c412432226e817478d3a2614538196ab204",
  "_spec": "react-confirm-alert@^2.8.0",
  "_where": "/var/www/justnowapp",
  "author": {
    "name": "Thawatchai Kuansombat",
    "url": "thawatchai.deartk@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/GA-MO/react-confirm-alert/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "react component confirm dialog.",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.1.2",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "chai": "^4.1.2",
    "cross-env": "^5.2.0",
    "css-loader": "^0.28.7",
    "eslint": "^4.5.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-config-standard-react": "^5.0.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-node": "^5.1.1",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-react": "^7.3.0",
    "eslint-plugin-standard": "^3.0.1",
    "mocha": "^3.5.0",
    "prop-types": "^15.6.2",
    "react": "^16.4.1",
    "react-dom": "^16.4.1",
    "react-hot-loader": "^4.3.3",
    "rimraf": "^2.6.1",
    "style-loader": "^0.18.2",
    "url-loader": "^0.5.9",
    "webpack": "^3.5.5",
    "webpack-dev-server": "^2.7.1"
  },
  "files": [
    "lib",
    "src/react-confirm-alert.css",
    "index.d.ts"
  ],
  "homepage": "https://github.com/GA-MO/react-confirm-alert",
  "keywords": [
    "react alert example",
    "redux confirm dialog",
    "confirm alert react js",
    "react-confirm-alert",
    "react-confirm",
    "confirm-dialog",
    "confirm",
    "dialog",
    "react"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "react-confirm-alert",
  "peerDependencies": {
    "react": ">=16.0.0",
    "react-dom": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GA-MO/react-confirm-alert.git"
  },
  "scripts": {
    "build": "npm run clean && cross-env NODE_ENV=production babel src --out-dir lib && npm run build:demo",
    "build:demo": "cross-env NODE_ENV=production webpack --config webpack.config.production.js",
    "clean": "rimraf lib",
    "dev": "cross-env NODE_ENV=development webpack-dev-server --hot --inline",
    "lint": "eslint ./src",
    "prepublish": "npm run build",
    "test": "npm run lint && mocha ./test/**/*.test.js --compilers js:babel-register",
    "test:watch": "mocha ./test/**/*.test.js --compilers js:babel-register --watch"
  },
  "typings": "./index.d.ts",
  "version": "2.8.0"
}
