{
  "name": "ngx-captcha",
  "version": "7.0.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Enngage/ngx-captcha"
  },
  "author": "richard sustek",
  "description": "Dynamic captcha (Google reCaptcha) implementation for Angular",
  "keywords": [
    "Captcha",
    "reCaptcha",
    "Google captcha",
    "Angular Captcha",
    "Angular reCaptcha",
    "reCaptcha v2",
    "reCaptcha v3",
    "Invisible reCaptcha",
    "google reCaptcha"
  ],
  "private": false,
  "peerDependencies": {
    "@angular/common": "^8.0.0",
    "@angular/core": "^8.0.0"
  },
  "main": "bundles/ngx-captcha.umd.js",
  "module": "fesm5/ngx-captcha.js",
  "es2015": "fesm2015/ngx-captcha.js",
  "esm5": "esm5/ngx-captcha.js",
  "esm2015": "esm2015/ngx-captcha.js",
  "fesm5": "fesm5/ngx-captcha.js",
  "fesm2015": "fesm2015/ngx-captcha.js",
  "typings": "ngx-captcha.d.ts",
  "metadata": "ngx-captcha.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
