{
    "name": "react-password-strength-bar-indicator",
    "version": "1.1.0",
    "description": "react-password-strength-bar-indicator",
    "main": "./lib/PasswordInput.js",
    "license": "MIT",
    "author": "Mahesh Maharana",
    "scripts": {
        "build": "webpack"
    },
    "keywords": [
        "React",
        "Password",
        "strength",
        "indicator",
        "bar",
        "Input",
        "field"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/mahecode/react-password-strength-bar-indicator.git"
    },
    "homepage": "https://github.com/mahecode/react-password-strength-bar-indicator.git",
    "peerDependencies": {
        "prop-types": "^15.6.0",
        "react": "^16.12.0",
        "react-dom": "^16.12.0"
    },
    "devDependencies": {
        "babel-core": "^6.21.0",
        "babel-loader": "^7.1.4",
        "babel-preset-env": "^1.6.1",
        "babel-preset-react": "^6.16.0",
        "babel-preset-stage-0": "^6.24.1",
        "mini-css-extract-plugin": "^0.9.0",
        "path": "^0.12.7",
        "prop-types": "^15.6.0",
        "react": "^16.12.0",
        "react-dom": "^16.12.0",
        "webpack": "^4.5.0",
        "webpack-cli": "^3.2.1"
    },
    "dependencies": {
        "css-loader": "^3.4.2"
    }
}
