node-google-dfp
Version:
Google DFP API Helper Library for NodeJS
46 lines (45 loc) • 968 B
JSON
{
"name": "node-google-dfp",
"version": "0.3.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": {
"google-auth-library": "^1.3.2",
"soap": "^0.13.0"
},
"scripts": {
"test": "grunt all"
},
"author": "ShinyAds",
"contributors": [
{
"name": "Andre de Souza",
"email": "ajsouz@gmail.com"
},
{
"name": "Gregory Pike",
"email": "greg@gregpike.ca"
}
],
"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"
]
}