{
  "name": "ngx-social-auth2",
  "description": "The Angular library provides opportunity to authenticate users by using social identity providers",
  "version": "1.0.0",
  "keywords": [
    "angular",
    "ngx",
    "social",
    "auth",
    "google",
    "facebook",
    "microsoft"
  ],
  "homepage": "https://dmytro-parfenov.github.io/ngx-social-auth",
  "repository": {
    "type": "git",
    "url": "https://github.com/dmytro-parfenov/ngx-social-auth.git"
  },
  "bugs": {
    "email": "dmitryparfenov937@gmail.com",
    "url": "https://github.com/dmytro-parfenov/ngx-social-auth/issues"
  },
  "license": "MIT",
  "author": {
    "email": "dmitryparfenov937@gmail.com",
    "name": "Dmytro Parfenov"
  },
  "peerDependencies": {
    "@angular/common": "^11.0.5",
    "@angular/core": "^11.0.5"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "main": "bundles/ngx-social-auth2.umd.js",
  "module": "fesm2015/ngx-social-auth2.js",
  "es2015": "fesm2015/ngx-social-auth2.js",
  "esm2015": "esm2015/ngx-social-auth2.js",
  "fesm2015": "fesm2015/ngx-social-auth2.js",
  "typings": "ngx-social-auth2.d.ts",
  "metadata": "ngx-social-auth2.metadata.json",
  "sideEffects": false
}
