@rough/rx-google-ad-manager-api
Version:
A rough implementation of rxified Google Ad Manager API client
50 lines (49 loc) • 1.08 kB
JSON
{
"name": "@rough/rx-google-ad-manager-api",
"version": "1.0.3",
"description": "A rough implementation of rxified Google Ad Manager API client",
"main": "index.js",
"scripts": {
"test": "echo \"Warning: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ihoro/rough-rx-google-ad-manager-api.git"
},
"keywords": [
"google",
"api",
"google apis",
"client",
"client library",
"ad",
"adtech",
"admanager",
"ad manager",
"ad publisher",
"publisher",
"dfp",
"reactive",
"reactivex",
"reactiveextensions",
"rx",
"rxjs",
"observable",
"stream",
"soap"
],
"author": "Igor Ostapenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/ihoro/rough-rx-google-ad-manager-api/issues"
},
"homepage": "https://github.com/ihoro/rough-rx-google-ad-manager-api#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"google-auth-library": "^2.0.1",
"rxjs": "^6.3.3",
"soap": "^0.25.0"
}
}