@afuggini/node-google-dfp
Version:
Google DFP API Helper Library for NodeJS
36 lines (35 loc) • 803 B
JSON
{
"name": "@afuggini/node-google-dfp",
"version": "0.4.0",
"description": "Google DFP API Helper Library for NodeJS",
"main": "index.js",
"devDependencies": {
"grunt": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jasmine-node": "^0.3.1",
"jasmine-node": "^2.0.1"
},
"dependencies": {
"google-auth-library": "^2.0.0",
"soap": "^0.25.0"
},
"scripts": {
"test": "grunt all"
},
"author": "Ariel Fuggini",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/afuggini/node-google-dfp.git"
},
"bugs": {
"url": "https://github.com/afuggini/node-google-dfp/issues"
},
"homepage": "https://github.com/afuggini/node-google-dfp",
"keywords": [
"Google",
"DFP",
"DoubleClick",
"adserver"
]
}