{
  "name": "@angular-cool/social-login-buttons",
  "version": "18.0.4",
  "description": "Cool social login buttons for angular",
  "peerDependencies": {
    "@angular/common": ">=15.0.0",
    "@angular/core": ">=15.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Hacklone/angular-cool.git"
  },
  "keywords": [
    "angular2",
    "angular",
    "social",
    "login",
    "sign-in",
    "google",
    "button",
    "facebook",
    "apple",
    "github"
  ],
  "author": "Hacklone <toakak@gmail.com>",
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/Hacklone/angular-cool/raw/master/LICENSE"
    }
  ],
  "bugs": {
    "url": "https://github.com/Hacklone/angular-cool/issues"
  },
  "homepage": "https://github.com/Hacklone/angular-cool/blob/master/projects/social-login-buttons/README.md",
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "module": "fesm2022/angular-cool-social-login-buttons.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/angular-cool-social-login-buttons.mjs",
      "esm": "./esm2022/angular-cool-social-login-buttons.mjs",
      "default": "./fesm2022/angular-cool-social-login-buttons.mjs"
    }
  },
  "sideEffects": false
}