{
  "name": "angular5-recaptcha",
  "version": "0.0.2",
  "description": "Angular 5 : Typescript component for Google reCaptcha",
  "main": "angular5-recaptcha.js",
  "scripts": {
    "dev": "tsc --watch",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "./node_modules/.bin/ngc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sohibegit/angular5-recaptcha.git"
  },
  "keywords": [
    "angular2",
    "recaptcha"
  ],
  "author": "xmaestro",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sohibegit/angular5-recaptcha/issues"
  },
  "devDependencies": {
    "@angular/common": "5.1.0",
    "@angular/compiler": "5.1.0",
    "@angular/compiler-cli": "5.1.0",
    "@angular/core": "5.1.0",
    "@angular/forms": "5.1.0",
    "@angular/platform-server": "5.1.0",
    "@angular/platform-browser": "5.1.0",
    "rxjs": "5.5.5",
    "typings": "2.1.1",
    "zone.js": "0.8.16",
    "typescript": "2.5.3",
    "@types/jasmine": "2.5.53",
    "@types/node": "8.0.18"
  },
  "homepage": "https://github.com/sohibegit/angular5-recaptcha#readme"
}