{
	"name": "ez-firebase-auth",
	"description": "Easy Firebase Auth for Angular 4.x",
	"version": "1.0.10",
	"homepage": "http://github.com/nowzoo/ez-firebase-auth",
	"author": {
		"name": "Christopher Carson",
		"url": "http://github.com/nowzoo"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/nowzoo/ez-firebase-auth.git"
	},
	"license": "MIT",
	"keywords": [
		"firebase",
		"auth",
		"angular",
		"ng",
		"angularfire"
	],
	"bugs": {
		"url": "http://github.com/nowzoo/ez-firebase-auth/issues"
	},
	"peerDependencies": {
		"@angular/common": "^4.4.6",
		"@angular/core": "^4.4.6",
		"@angular/forms": "^4.4.6",
		"@angular/platform-browser": "^4.4.6",
		"@angular/router": "^4.4.6",
		"angularfire2": "^5.0.0-rc.3",
		"firebase": "^4.5.2",
		"lodash": "^4.17.4",
		"rxjs": "^5.4.2",
		"validator": "^9.0.0"
	},
	"main": "bundles/ez-firebase-auth.umd.js",
	"module": "ez-firebase-auth.es5.js",
	"es2015": "ez-firebase-auth.js",
	"typings": "ez-firebase-auth.d.ts",
	"metadata": "ez-firebase-auth.metadata.json"
}
