forked from googleapis/google-api-nodejs-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 914 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
39
40
{
"name": "googleapis",
"version": "https://github.com/bradvogel/google-api-nodejs-client/tarball/6a3bde7b079b39461263d3f5a0b98b250fdb8df3",
"author": "Google Inc.",
"description": "Google APIs Client Library for Node.js",
"contributors": [
{
"name": "Burcu Dogan",
"email": "[email protected]"
}, {
"name": "Monsur Hossain",
"email": "[email protected]"
}
],
"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" : {
"request": "~2.34.0",
"async": "~0.2.10",
"gapitoken": "~0.1.2"
},
"devDependencies" : {
"mocha": "1.8.1",
"url": "0.7.9"
},
"scripts": {
"test": "mocha --reporter spec --timeout 4000"
},
"license": "Apache 2"
}