forked from TimonKK/adwords-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·56 lines (56 loc) · 1.29 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "google-adwords-conversion",
"version": "1.0.0",
"description": "Fork: https://www.npmjs.com/package/adwords-api. Added import of offline conversion",
"main": "index.js",
"keywords": [
"adwords",
"google ads",
"api",
"sdk",
"offline",
"conversion"
],
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimonKK/adwords-api.git"
},
"author": "[email protected]",
"license": "MIT",
"homepage": "https://github.com/TimonKK/adwords-api.git",
"devDependencies": {
"chai": "3.5.0",
"dotenv": "2.0.0",
"expect": "1.20.2",
"gulp": "3.9.1",
"eslint": "3.0.1",
"gulp-cached": "1.1.0",
"gulp-help": "1.6.1",
"gulp-install": "0.6.0",
"gulp-istanbul": "1.0.0",
"gulp-eslint": "3.0.1",
"gulp-mocha": "2.2.0",
"gulp-newer": "1.2.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-util": "3.0.7",
"map-stream": "0.0.6",
"yargs": "4.8.0"
},
"dependencies": {
"async": "2.0.0",
"backbone": "1.3.3",
"debug": "2.2.0",
"lodash": "4.13.1",
"moment": "2.14.1",
"pretty-data": "0.40.0",
"request": "2.73.0",
"soap": "talha-asad/node-soap",
"uuid": "2.0.2",
"xml2js": "0.4.17",
"xmlbuilder": "8.2.2"
}
}