UNPKG

openrtb-macrosub

Version:

A NodeJS implementation of the OpenRTB 2.3 macro substritution.

32 lines (31 loc) 613 B
{ "name": "openrtb-macrosub", "version": "0.2.0", "description": "A NodeJS implementation of the OpenRTB 2.3 macro substritution.", "author": "Steve Jiang <steve.jiang@vungle.com>", "license": "MIT", "keywords": [ "openrtb", "ad", "exchange", "bid", "dsp", "ssp" ], "repository": { "type": "git", "url": "https://github.com/Vungle/openrtb-macrosub.git" }, "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha test" }, "dependencies": {}, "devDependencies": { "mocha": "^2.2.5", "should": "^7.0.4" } }