angularx-social-login
Version:
Social login and authentication module for Angular 9+. Supports authentication with Google, Facebook, Amazon, and VK. Can be extended to other providers also.
46 lines (45 loc) • 1.35 kB
JSON
{
"name": "angularx-social-login",
"version": "3.5.4",
"description": "Social login and authentication module for Angular 9+. Supports authentication with Google, Facebook, Amazon, and VK. Can be extended to other providers also.",
"repository": {
"type": "git",
"url": "https://github.com/abacritt/angularx-social-login"
},
"author": {
"name": "Jaibatrik Dutta",
"email": "jaibatrik@gmail.com"
},
"keywords": [
"angular",
"angular4",
"angular8",
"angular9",
"angular10",
"angular-social-login",
"social-authentication",
"social-login",
"google-authentication",
"facebook-authentication",
"amazon-authentication"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/abacritt/angularx-social-login/issues"
},
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular/core": "^9.0.0 || ^10.0.0 || ^11.0.0"
},
"main": "bundles/angularx-social-login.umd.js",
"module": "fesm2015/angularx-social-login.js",
"es2015": "fesm2015/angularx-social-login.js",
"esm2015": "esm2015/angularx-social-login.js",
"fesm2015": "fesm2015/angularx-social-login.js",
"typings": "angularx-social-login.d.ts",
"metadata": "angularx-social-login.metadata.json",
"sideEffects": false
}