Initial commit
This commit is contained in:
25
node_modules/google-auto-auth/package.json
generated
vendored
Normal file
25
node_modules/google-auto-auth/package.json
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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 <sawchuk@gmail.com>",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user