{
  "name"        : "clever-auth-google",
  "description" : "CleverStack Authentication Module for Google OAuth 2.0",
  "version"     : "0.9.0",
  "license"     : "MIT",
  "main"        : "module",
  "author": {
    "name"      : "CleverStack",
    "email"     : "admin@cleverstack.io",
    "web"       : "http://cleverstack.io"
  },
  "collaborators": [
    "Richard Gustin <richard.gustin86@gmail.com>"
  ],
  "repository": {
    "type"      : "git",
    "url"       : "git://github.com/CleverStack/clever-auth-google.git"
  },
  "bugs": {
    "url"       : "https://github.com/CleverStack/clever-auth-google/issues"
  },
  "scripts": {
    "test"      : "grunt test:unit"
  },
  "dependencies": {
    "passport-google-oauth2" : "~0.1.x"
  },
  "devDependencies": {
    "grunt"                  : "~0.4.2",
    "grunt-prompt"           : "~1.3.0"
  },
  "peerDependencies": {
    "clever-auth"            : "~1.2.x"
  },
  "keywords": [
    "cleverstack",
    "cleverstack-module",
    "cleverstack-backend",
    "passport",
    "local",
    "authentication",
    "google",
    "passport-google",
    "oauth",
    "oauth2",
    "passport-google-oauth2"
  ]
}
