-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 843 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 843 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
31
32
33
34
35
{
"name": "node-adwords",
"version": "201809.1.0",
"description": "An unofficial - feature complete - Adwords sdk for NodeJS",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisAlvares/node-adwords.git"
},
"keywords": [
"adwords",
"api"
],
"author": "Chris Alvares <mail@chrisalvares.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChrisAlvares/node-adwords/issues"
},
"homepage": "https://github.com/ChrisAlvares/node-adwords#readme",
"dependencies": {
"async": "^2.6.3",
"google-auth-library": "^7.10.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"request": "^2.88.2",
"soap": "^0.42.0",
"xmlbuilder": "^15.1.1"
},
"devDependencies": {
"mocha": "^6.2.3"
}
}