ng-captcha
Version:
A pure front-end angular captcha module.
34 lines (33 loc) • 809 B
JSON
{
"name": "ng-captcha",
"version": "1.0.4",
"peerDependencies": {
"@angular/common": "^7.0.0",
"@angular/core": "^7.0.0"
},
"homepage": "https://github.com/117028813/ng-captcha",
"repository": {
"type": "git",
"url": "git+https://github.com/117028813/ng-captcha"
},
"keywords": [
"angular",
"cpatcha",
"ng-captcha",
"angular-captcha"
],
"license": "MIT",
"main": "bundles/ng-captcha.umd.js",
"module": "fesm5/ng-captcha.js",
"es2015": "fesm2015/ng-captcha.js",
"esm5": "esm5/ng-captcha.js",
"esm2015": "esm2015/ng-captcha.js",
"fesm5": "fesm5/ng-captcha.js",
"fesm2015": "fesm2015/ng-captcha.js",
"typings": "ng-captcha.d.ts",
"metadata": "ng-captcha.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}