{ "name": "google-auto-auth", "version": "0.10.1", "description": "Making it as easy as possible to authenticate a Google API request", "main": "index.js", "files": [ "index.js" ], "author": "Stephen Sawchuk ", "repository": "stephenplusplus/google-auto-auth", "license": "MIT", "devDependencies": { "mocha": "^5.0.0", "mockery": "^2.0.0" }, "dependencies": { "async": "^2.3.0", "gcp-metadata": "^0.6.1", "google-auth-library": "^1.3.1", "request": "^2.79.0" }, "engines": { "node": ">=4.0.0" } }