forked from googleapis/google-api-nodejs-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
135 lines (135 loc) · 2.83 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"nyc": {
"exclude": [
"build/src/apis",
"build/test",
"samples"
]
},
"license": "Apache-2.0",
"dependencies": {
"google-auth-library": "^1.3.1",
"pify": "^3.0.0",
"qs": "^6.5.1",
"url-template": "^2.0.8",
"uuid": "^3.2.1"
},
"files": [
"LICENSE",
"README.md",
"build/src",
"package.json"
],
"semistandard": {
"ignore": [
"apis",
"templates/*"
],
"globals": [
"after",
"afterEach",
"before",
"beforeEach",
"describe",
"it"
]
},
"repository": {
"url": "https://github.com/google/google-api-nodejs-client.git",
"type": "git"
},
"name": "googleapis",
"contributors": [
{
"email": "[email protected]",
"name": "Burcu Dogan"
},
{
"email": "[email protected]",
"name": "Jason Allor"
},
{
"email": "[email protected]",
"name": "Jason Dobry"
},
{
"email": "[email protected]",
"name": "Ryan Seys"
},
{
"email": "[email protected]",
"name": "Tim Emiola"
},
{
"email": "[email protected]",
"name": "Justin Beckwith"
},
{
"email": "[email protected]",
"name": "Alexander Fenster"
}
],
"version": "29.0.0",
"scripts": {
"test": "make test -j 4"
},
"author": "Google Inc.",
"keywords": [
"google",
"api",
"google apis",
"client",
"client library"
],
"description": "Google APIs Client Library for Node.js",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"engines": {
"node": ">=4.0"
},
"devDependencies": {
"@types/express": "^4.11.1",
"@types/minimist": "^1.2.0",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.0.0",
"@types/mv": "^2.1.0",
"@types/ncp": "^2.0.1",
"@types/nock": "^9.1.2",
"@types/node": "^9.6.3",
"@types/nunjucks": "^3.0.0",
"@types/p-queue": "^2.3.1",
"@types/pify": "^3.0.0",
"@types/qs": "^6.5.1",
"@types/rimraf": "^2.0.2",
"@types/source-map-support": "^0.4.0",
"@types/url-template": "^2.0.28",
"@types/tmp": "^0.0.33",
"@types/uuid": "^3.4.3",
"axios": "^0.18.0",
"clang-format": "^1.2.2",
"codecov": "^3.0.0",
"express": "^4.16.2",
"gh-pages": "^1.1.0",
"gts": "^0.5.4",
"intelli-espower-loader": "^1.0.1",
"js-green-licenses": "^0.5.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mocha": "^5.0.5",
"mv": "^2.1.1",
"nconf": "^0.10.0",
"ncp": "^2.0.0",
"nock": "^9.2.2",
"nunjucks": "^3.1.0",
"nyc": "^11.6.0",
"opn": "^5.3.0",
"p-queue": "^2.3.0",
"rimraf": "^2.6.2",
"semistandard": "^12.0.1",
"server-destroy": "^1.0.1",
"source-map-support": "^0.5.4",
"tmp": "^0.0.33",
"typedoc": "^0.11.1",
"typescript": "~2.7.2"
}
}