forked from stephenplusplus/google-auto-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 798 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "google-auto-auth",
"version": "0.5.4",
"description": "Making it as easy as possible to authenticate a Google API request",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "mocha"
},
"keywords": [
"google",
"authentication",
"jwt",
"service",
"account",
"googleapis",
"gcloud",
"cloud",
"gce",
"compute",
"engine",
"auth",
"access",
"token"
],
"author": "Stephen Sawchuk <sawchuk@gmail.com>",
"repository": "stephenplusplus/google-auto-auth",
"license": "MIT",
"devDependencies": {
"mocha": "^2.2.5",
"mockery": "^1.4.0"
},
"dependencies": {
"async": "^2.1.2",
"google-auth-library": "^0.10.0",
"object-assign": "^3.0.0",
"request": "^2.79.0"
}
}