-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 842 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
{
"name": "@triad/googleapis-batch",
"version": "2.0.1",
"description": "Provides a way to run batch requests through Google's APIs",
"main": "src/index.js",
"scripts": {
"compile-template": "handlebars templates/request.handlebars -f src/request.template.js",
"test": "node test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nathanhinish/googleapis-batch.git"
},
"keywords": [
"google",
"batch",
"api"
],
"author": "Nathan Hinish <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nathanhinish/googleapis-batch/issues"
},
"homepage": "https://github.com/nathanhinish/googleapis-batch#readme",
"dependencies": {
"async": "^1.4.2",
"debug": "^4.3.3",
"handlebars": "^4.7.7",
"lodash": "^4.17.21"
}
}