{
  "name": "cap-authentication",
  "version": "1.2.3",
  "description": "Angular module to authenticate users in your application",
  "private": false,
  "author": {
    "name": "Software Allies",
    "url": "https://softwareallies.com"
  },
  "contributors": [
    {
      "email": "lenin_emmanuel@hotmail.com",
      "name": "Lenin Emmanuel",
      "url": "https://github.com/leninEmmanuel"
    },
    {
      "email": "cesar_alonso_m_g@hotmail.com",
      "name": "César Alonso Magaña Gavilanes",
      "url": "https://github.com/cesar-alonso-magana"
    }
  ],
  "keywords": [
    "cap-authentication",
    "authentication",
    "cap-generator",
    "angular",
    "auth0",
    "CAP"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/software-allies/cap-authentication"
  },
  "homepage": "https://www.softwareallies.com/",
  "peerDependencies": {
    "@angular/common": "^8.2.14",
    "@angular/core": "^8.2.14",
    "angular-password-strength-meter": "2.0.0",
    "ngx-cookie-service": "^12.0.0",
    "@auth0/angular-jwt": "^3.0.1",
    "bootstrap": "^4.4.1",
    "uuid": "^3.3.3",
    "zxcvbn": "^4.4.2"
  },
  "license": "MIT",
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.803.23",
    "@angular/cli": "~8.3.23",
    "@angular/common": "~8.2.14",
    "@angular/compiler": "~8.2.14",
    "@angular/compiler-cli": "~8.2.14",
    "@angular/core": "~8.2.14",
    "@angular/forms": "~8.2.14",
    "@angular/language-service": "~8.2.14",
    "@angular/platform-browser": "~8.2.14",
    "@angular/platform-browser-dynamic": "~8.2.14",
    "@angular/router": "~8.2.14",
    "@auth0/angular-jwt": "^3.0.1",
    "@types/jasmine": "~3.3.8",
    "@types/jasminewd2": "~2.0.3",
    "@types/node": "~8.9.4",
    "codelyzer": "^5.0.0",
    "jasmine-core": "~3.4.0",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~4.1.0",
    "karma-chrome-launcher": "~2.2.0",
    "karma-coverage-istanbul-reporter": "~2.0.1",
    "karma-jasmine": "~2.0.1",
    "karma-jasmine-html-reporter": "^1.4.0",
    "ng-packagr": "^9.0.0",
    "protractor": "~5.4.0",
    "rxjs": "~6.4.0",
    "ts-node": "~7.0.0",
    "tslib": "^1.10.0",
    "tslint": "~5.15.0",
    "typescript": "~3.5.3",
    "zone.js": "~0.9.1"
  },
  "main": "bundles/cap-authentication.umd.js",
  "module": "fesm5/cap-authentication.js",
  "es2015": "fesm2015/cap-authentication.js",
  "esm5": "esm5/cap-authentication.js",
  "esm2015": "esm2015/cap-authentication.js",
  "fesm5": "fesm5/cap-authentication.js",
  "fesm2015": "fesm2015/cap-authentication.js",
  "typings": "cap-authentication.d.ts",
  "metadata": "cap-authentication.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
