{
  "name": "react-google-invisible-recaptcha",
  "author": "szchenghuang <szchenghuang@gmail.com>",
  "version": "0.2.12",
  "description": "A React component which is simply interested in Google invisible reCaptcha.",
  "main": "index.js",
  "keywords": [
    "react",
    "google",
    "invisible",
    "recaptcha"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/szchenghuang/react-google-invisible-recaptcha/issues"
  },
  "homepage": "https://github.com/szchenghuang/react-google-invisible-recaptcha#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/szchenghuang/react-google-invisible-recaptcha.git"
  },
  "scripts": {
    "lint": "eslint src",
    "prebuild:example": "rm -rf docs && mkdir docs",
    "build:example": "webpack --config ./example/webpack.config.js",
    "prebuild": "rm -rf dist && mkdir dist ",
    "build": "babel ./src --out-dir ./dist",
    "test": "echo \"No test specified\" && exit 0"
  },
  "dependencies": {
    "prop-types": "^15.6.2",
    "uuid": "^3.3.2"
  },
  "peerDependencies": {
    "react": "16.* || ^17.0.0-0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.6",
    "babel-loader": "^7.1.5",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-register": "^6.26.0",
    "babel-runtime": "^6.26.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-config-google": "^0.9.1",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-react": "^7.12.3",
    "eslint-plugin-standard": "^3.1.0",
    "html-webpack-plugin": "^2.30.1",
    "react": "^16.7.0",
    "react-dom": "^16.7.0",
    "webpack": "^3.12.0"
  },
  "directories": {
    "doc": "docs",
    "example": "example"
  }
}
