UNPKG

google-recaptcha-angular

Version:
35 lines (34 loc) 859 B
{ "name": "google-recaptcha-angular", "version": "1.0.1", "description": "Google functionality reCaptcha for Angular", "main": "dist/index.js", "scripts": { "build": "rm -rf dist && tsc" }, "repository": { "type": "git", "url": "git+https://github.com/afonsecac/google-recaptcha-angular.git" }, "keywords": [ "Google", "reCaptcha", "Angular" ], "author": "afonsecac", "license": "MIT", "bugs": { "url": "https://github.com/afonsecac/google-recaptcha-angular/issues" }, "homepage": "https://github.com/afonsecac/google-recaptcha-angular#readme", "dependencies": { "@angular/core": "^4.4.4", "@angular/common": "^4.4.4", "rxjs": "^5.4.3", "zone.js": "^0.8.18" }, "devDependencies": { "@angular/cli": "^1.4.4", "typescript": "^2.5.3" } }