{
  "name": "cap-authentication-firebase",
  "version": "1.2.2",
  "description": "Angular module to authenticate users in your application using Firebase-Authentication",
  "author": {
    "email": "lenin_emmanuel@hotmail.com",
    "name": "Lenin Emmanuel Espinoza",
    "url": "https://github.com/leninEmmanuel"
  },
  "keywords": [
    "angular",
    "angular 2",
    "authentication",
    "firebase",
    "angular/fire",
    "cap-generator"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/software-allies/cap-authentication-firebase"
  },
  "homepage": "https://www.softwareallies.com/",
  "peerDependencies": {
    "@angular/common": "^9.1.12",
    "@angular/core": "^9.1.12",
    "@angular/fire": "6.0.1",
    "angular-password-strength-meter": "2.0.0",
    "firebase": "^7.0.0",
    "bootstrap": "^4.4.1",
    "uuid": "^3.3.3",
    "sweetalert2": "^9.5.3",
    "zxcvbn": "^4.4.2"
  },
  "license": "MIT",
  "main": "bundles/cap-authentication-firebase.umd.js",
  "module": "fesm5/cap-authentication-firebase.js",
  "es2015": "fesm2015/cap-authentication-firebase.js",
  "esm5": "esm5/cap-authentication-firebase.js",
  "esm2015": "esm2015/cap-authentication-firebase.js",
  "fesm5": "fesm5/cap-authentication-firebase.js",
  "fesm2015": "fesm2015/cap-authentication-firebase.js",
  "typings": "cap-authentication-firebase.d.ts",
  "metadata": "cap-authentication-firebase.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.10.0"
  }
}
