-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 716 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 716 Bytes
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
{
"name": "adwords-reports-nodejs-lib",
"version": "1.8.0",
"description": "Node.js library for pulling AdWords API reports.",
"main": ".index.js",
"repository": {
"type": "git",
"url": "https://github.com/tomayac/adwords-reports-nodejs-lib.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "jshint ."
},
"keywords": [
"AdWords API",
"AdWords API reports",
"AdWords"
],
"author": "Thomas Steiner (@tomayac, tomac@google.com)",
"license": "Apache-2.0",
"dependencies": {
"app-root-path": "^2.0.1",
"node-env-file": "^0.1.8",
"request": "^2.83.0"
},
"engines": {
"node": ">=4.8.x",
"npm": ">=2.15.x"
}
}