{
  "name": "@enzoic/enzoic-react-password-strength",
  "version": "2.1.1",
  "engines": {
    "node": ">6.11.1"
  },
  "description": "Enzoic password strength meter control for use in React projects",
  "main": "dist/index.js",
  "scripts": {
    "build-module": "./node_modules/.bin/webpack --config=webpack/webpack.build.config.js",
    "build-prod": "npm run build-module -p & npm run build-universal-module -p",
    "build-universal-module": "./node_modules/.bin/webpack --config=webpack/webpack.universal.config.js",
    "build-watch": "./node_modules/.bin/webpack --config=webpack/webpack.build.config.js --watch",
    "start": "npm run build-watch",
    "stats": "./node_modules/.bin/webpack --config webpack/webpack.build.config.js --json > webpack-stats.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Enzoic/enzoic-react-password-strength.git"
  },
  "keywords": [
    "react"
  ],
  "author": "Enzoic",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Enzoic/enzoic-react-password-strength/issues"
  },
  "homepage": "https://github.com/Enzoic/enzoic-react-password-strength#readme",
  "devDependencies": {
    "babel-core": "^6.11.4",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-2": "^6.24.1",
    "css-loader": "^2.1.1",
    "extract-text-webpack-plugin": "^3.0.2",
    "react": "^16.13.1",
    "react-dom": "^16.8.3",
    "style-loader": "^0.19.0",
    "svg-url-loader": "^7.1.1",
    "url-loader": "^1.0.1",
    "webpack": "^3.12.0",
    "webpack-cli": "^2.1.5"
  },
  "peerDependencies": {
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  },
  "dependencies": {
    "prop-types": "^15.6.0",
    "react-tooltip": "^4.5.1"
  }
}
