UNPKG

ngx-recaptcha

Version:

Angular 2 component implementing Google's reCAPTCHA

53 lines (52 loc) 1.35 kB
{ "name": "ngx-recaptcha", "version": "1.0.0", "license": "MIT", "description": "Angular 2 component implementing Google's reCAPTCHA", "private": false, "homepage": "https://github.com/Slim-dev/ng2-google-recaptcha", "author": { "name": "Lee Winder", "email": "lee.winder@gmail.com", "url": "www.leewinder.co.uk" }, "repository": { "type": "git", "url": "https://github.com/Slim-dev/ng2-google-recaptcha" }, "bugs": { "url": "https://github.com/Slim-dev/ng2-google-recaptcha" }, "keywords": [ "angular2", "angular 2", "ng2", "typescript", "google", "recpatcha", "no captcha", "gcaptcha", "grecaptcha" ], "scripts": { "postinstall": "typings install", "typings": "typings" }, "dependencies": { "@angular/core": "^4.1.3", "@angular/common": "^4.1.3", "@angular/platform-browser": "^4.1.3", "core-js": "^2.4.1", "rxjs": "^5.4.0", "systemjs": "0.19.27", "tslerp": "^1.0.5", "zone.js": "^0.8.4" }, "devDependencies": { "concurrently": "^2.2.0", "typescript": "^2.3.2", "typings": "^1.3.2", "codelyzer": "0.0.28", "tslint": "3.15.1" } }