ngx-captcha
Version:
Dynamic captcha (Google reCaptcha) implementation for Angular
42 lines • 924 B
JSON
{
"name": "ngx-captcha",
"version": "14.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": ">= 15.0.0",
"@angular/core": ">= 15.0.0"
},
"module": "fesm2022/ngx-captcha.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-captcha.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}