forked from googleapis/google-api-nodejs-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 823 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": "0.4.5",
"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.25.0",
"async": "0.2.6",
"gapitoken": "0.1.0"
},
"devDependencies" : {
"mocha": "1.8.1",
"url": "0.7.9"
},
"scripts": {
"test": "mocha tests/* --reporter spec --timeout 40000"
},
"license": "Apache 2"
}