forked from rubicon-project/node-google-dfp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 882 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
41
{
"name": "node-google-dfp",
"version": "0.2.2",
"description": "Google DFP API Helper Library for NodeJS",
"main": "index.js",
"devDependencies": {
"grunt": "^1.0.0",
"grunt-jasmine-node": "^0.3.1",
"grunt-contrib-jshint": "^1.0.0",
"jasmine-node": "1.14.5"
},
"dependencies": {
"googleapis": "^4.0.0",
"soap": "^0.13.0"
},
"scripts": {
"test": "grunt all"
},
"author": "ShinyAds",
"contributors": [
{
"name": "Andre de Souza",
"email": "ajsouz@gmail.com"
}
],
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/ShinyAds/node-google-dfp.git"
},
"bugs": {
"url": "https://github.com/ShinyAds/node-google-dfp/issues"
},
"homepage": "https://github.com/ShinyAds/node-google-dfp",
"keywords": [
"Google",
"DFP",
"DoubleClick",
"adserver"
]
}