UNPKG

dfp-lib

Version:

This project hosts the Node.JS client library for the SOAP-based DFP API at Google.

53 lines (52 loc) 1.41 kB
{ "name": "dfp-lib", "version": "201611.0.0", "description": "This project hosts the Node.JS client library for the SOAP-based DFP API at Google.", "keywords": [ "dfp", "lib", "api", "ads", "google" ], "license": "MIT", "author": { "name": "Michael Rojas", "email": "dev.michael.rojas@gmail.com" }, "main": "build/src/dfp/index.js", "typings": "build/src/dfp/index.d.ts", "directories": { "lib": "./build/src", "example": "./build/examples" }, "scripts": { "prepublish_OLD": "npm run review && babel build --out-dir build", "prepublish": "npm run review", "review": "tsc && tslint 'src/**/*.ts'", "build": "npm run review && webpack --display-error-details", "server": "webpack-dev-server --hot --inline --progress" }, "dependencies": { "babel-runtime": "^6.22.0", "request": "^2.79.0", "sprintf-js": "^1.0.3", "xml2js": "^0.4.17" }, "devDependencies": { "babel-cli": "^6.22.2", "babel-core": "^6.22.1", "babel-loader": "^6.2.10", "babel-plugin-transform-runtime": "^6.22.0", "babel-preset-babili": "0.0.10", "babel-preset-latest": "^6.22.0", "json-loader": "^0.5.4", "markdown-loader": "^0.1.7", "ts-loader": "^2.0.0", "tslint": "^4.4.2", "typescript": "^2.1.5", "typings": "^2.1.0", "webpack": "^2.2.1", "webpack-dev-server": "^1.16.2" } }