ngx-social-button
Version:
Social login/share buttons for Angular 6, 7, 8
66 lines (65 loc) • 1.8 kB
JSON
{
"name": "ngx-social-button",
"version": "1.0.4",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/JohnnieLi/ngx-social-button.git"
},
"homepage": "https://github.com/JohnnieLi/ngx-social-button.git#readme",
"bugs": {
"url": "https://github.com/JohnnieLi/ngx-social-button.git/issues"
},
"keywords": [
"angular",
"angular6",
"angular7",
"angular8",
"ngx",
"ngx social button",
"ngx facebook button",
"ngx google button",
"ngx wechat button",
"angular6 social button",
"angular social button",
"angular facebook button",
"angular google button",
"angular wechat button",
"ng6-social-button",
"angular-6-social-button",
"ng-social-button",
"ng6-social-button",
"angular social login",
"angular facebook login",
"angular google login",
"social authentication",
"angular social authentication",
"social-authentication",
"social-login",
"google-authentication",
"angular-google-authentication",
"facebook-authentication",
"angular-facebook-authentication"
],
"author": {
"name": "Jiangqi Li",
"email": "jiangqi.li@outlook.com"
},
"main": "bundles/ngx-social-button.umd.js",
"module": "fesm5/ngx-social-button.js",
"es2015": "fesm2015/ngx-social-button.js",
"esm5": "esm5/ngx-social-button.js",
"esm2015": "esm2015/ngx-social-button.js",
"fesm5": "fesm5/ngx-social-button.js",
"fesm2015": "fesm2015/ngx-social-button.js",
"typings": "ngx-social-button.d.ts",
"metadata": "ngx-social-button.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}