{
  "name": "ngx-pwd-strength",
  "description": "Angular Package, that measure password strength and indicate how secure is it",
  "version": "1.0.1",
  "author": "Abdellah El makhroubi",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/el-abdel/ngx-pwd-strength.git"
  },
  "keywords": [
    "angular",
    "password",
    "strenght",
    "score",
    "meter",
    "zxcvbn"
  ],
  "peerDependencies": {
    "@angular/common": "^12.2.0",
    "@angular/core": "^12.2.0",
    "zxcvbn3": "^0.1.1"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "main": "bundles/ngx-pwd-strength.umd.js",
  "module": "fesm2015/ngx-pwd-strength.js",
  "es2015": "fesm2015/ngx-pwd-strength.js",
  "esm2015": "esm2015/ngx-pwd-strength.js",
  "fesm2015": "fesm2015/ngx-pwd-strength.js",
  "typings": "ngx-pwd-strength.d.ts",
  "sideEffects": false
}
