ng7-auth
Version:
Firestore Authentication with Angular. A Fork form Anthony Nahas.
49 lines • 1.28 kB
JSON
{
"name": "ng7-auth",
"version": "2.0.5",
"description": "Firestore Authentication with Angular. A Fork form Anthony Nahas.",
"keywords": [
"ng",
"library",
"angular",
"@angular/fire",
"firebase",
"firebaseui",
"firebase auth",
"authentication",
"firebaseauthentication",
"firestore",
"material",
"material design",
"ssr"
],
"author": {
"name": "jakblak",
"url": "https://github.com/jakblak"
},
"repository": {
"type": "git",
"url": "git://github.com/jakblak/ngx-auth-firebaseui.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jakblak/ngx-auth-firebaseui/issues"
},
"homepage": "https://github.com/jakblak/ngx-auth-firebaseui",
"main": "./bundles/ngx-auth-firebaseui.umd.js",
"module": "./esm5/ngx-auth-firebaseui.es5.js",
"es2015": "./esm2015/ngx-auth-firebaseui.js",
"typings": "./ngx-auth-firebaseui.d.ts",
"dependencies": {},
"peerDependencies": {
"@angular/animations": "^7.0.2",
"@angular/cdk": "^7.0.2",
"@angular/common": "^7.0.2",
"@angular/core": "^7.0.2",
"@angular/fire": "^5.1.0",
"@angular/flex-layout": "^7.0.0-beta.19",
"@angular/forms": "^7.0.2",
"@angular/material": "^7.0.2",
"firebase": "^5.5.6"
}
}