UNPKG

google-oauth-jwt

Version:

Implementation of Google OAuth 2.0 for server-to-server interactions, allowing secure use of Google APIs without interaction from an end-user.

44 lines (43 loc) 993 B
{ "name": "google-oauth-jwt", "version": "0.2.0", "author": { "name": "Nicolas Mercier", "email": "nicolas@extrabacon.net" }, "description": "Implementation of Google OAuth 2.0 for server-to-server interactions, allowing secure use of Google APIs without interaction from an end-user.", "keywords": [ "google", "api", "oauth", "oauth2", "service account", "jwt", "token", "server to server" ], "dependencies": { "request": ">=2.55", "debug": "^2.1.3" }, "devDependencies": { "underscore": "*", "async": "*", "mocha": "*", "chai": "*", "chai-spies": "*" }, "scripts": { "test": "mocha -t 5000 -R spec" }, "repository": { "type": "git", "url": "http://github.com/extrabacon/google-oauth-jwt" }, "homepage": "http://github.com/extrabacon/google-oauth-jwt", "bugs": "http://github.com/extrabacon/google-oauth-jwt/issues", "license": "MIT", "engines": { "node": ">=0.8" } }