UNPKG

@20minutes/node-google-dfp

Version:
44 lines (43 loc) 925 B
{ "name": "@20minutes/node-google-dfp", "version": "0.5.0", "description": "Google DFP API Helper Library for NodeJS", "main": "index.js", "devDependencies": { "grunt": "^1.0.4", "grunt-contrib-jshint": "^3.1.1", "grunt-jasmine-node": "^0.3.1", "jasmine-node": "^3.0.0" }, "dependencies": { "google-auth-library": "^8.8.0", "soap": "^1.0.0" }, "scripts": { "lint": "grunt lint", "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/20minutes/node-google-dfp.git" }, "homepage": "https://github.com/20minutes/node-google-dfp", "keywords": [ "Google", "DFP", "DoubleClick", "adserver" ] }