-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1009 Bytes
/
package.json
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
{
"name": "@jeanycyang/google-api-access-token",
"version": "1.1.0",
"description": "get google api access token via service-account json file",
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "eslint .",
"cover": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeanycyang/google-api-access-token.git"
},
"keywords": [
"gcp",
"google-api",
"google",
"cloud"
],
"author": "Jean Yang",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeanycyang/google-api-access-token/issues"
},
"homepage": "https://github.com/jeanycyang/google-api-access-token#readme",
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^13.1.0",
"sinon": "^7.1.1"
}
}