forked from rubicon-project/node-google-dfp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 726 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 726 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
{
"name": "node-google-dfp",
"version": "0.1.6",
"description": "Google DFP API Helper Library for NodeJS",
"main": "index.js",
"dependencies": {
"googleapis": "^0.7.0",
"soap": "^0.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
]
}