This repository was archived by the owner on Jun 3, 2021. It is now read-only.
forked from googleapis/google-api-nodejs-client
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.22 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.22 KB
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
{
"name": "googleapis",
"version": "1.0.11",
"author": "Google Inc.",
"description": "Google APIs Client Library for Node.js",
"contributors": [
{
"name": "Burcu Dogan",
"email": "jbd@google.com"
},
{
"name": "Ryan Seys",
"email": "ryanseys@google.com"
},
{
"name": "Monsur Hossain",
"email": "monsur@google.com"
}
],
"main": "./lib/googleapis",
"repository": {
"type": "git",
"url": "https://github.com/google/google-api-nodejs-client.git"
},
"keywords": [
"google",
"api",
"google apis",
"client",
"client library"
],
"dependencies": {
"async": "0.2.10",
"gapitoken": "0.1.2",
"multipart-stream": "1.0.0",
"request": "2.37.0"
},
"devDependencies": {
"js-beautify": "1.5.1",
"jsdoc": "3.3.0-alpha9",
"mkdirp": "0.5.0",
"mocha": "1.8.1",
"nock": "0.42.1",
"rimraf": "2.2.8",
"swig": "1.3.2",
"url": "0.7.9"
},
"scripts": {
"test": "mocha --reporter spec --timeout 4000",
"generate-apis": "node scripts/generate",
"generate-docs": "jsdoc -c jsdoc-conf.json ./README.md",
"prepare": "npm run generate-apis && npm test && npm version patch"
},
"license": "Apache 2"
}