{
  "name": "angular-google-signin",
  "version": "0.1.5",
  "description": "Google Sign-In component for Angular written in TypeScript",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/miltador/angular-google-signin.git"
  },
  "keywords": [
    "google",
    "sign in",
    "signin2",
    "gapi",
    "angular"
  ],
  "author": "Vasiliy Solovey <miltador@yandex.ua>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/miltador/angular-google-signin/issues"
  },
  "homepage": "https://github.com/miltador/angular-google-signin#readme",
  "devDependencies": {
    "typescript": "^2.0.2",
    "@angular/core": "^2.0.0",
    "rxjs": "^5.0.0-beta.12",
    "zone.js": "^0.6.25"
  },
  "peerDependencies": {
    "@angular/core": "^2.0.0",
    "rxjs": "5.0.0-beta.12",
    "zone.js": "^0.6.25"
  },
  "dependencies": {
    "@types/gapi.auth2": "^0.0.31"
  }
}
