vast-xml
Version:
VAST XML responses for online video advertisers.
29 lines (28 loc) • 542 B
JSON
{
"name": "vast-xml",
"version": "1.3.0",
"description": "VAST XML responses for online video advertisers.",
"main": "index.js",
"dependencies": {
"xmlbuilder": "~0.4.2"
},
"devDependencies": {
"tap" : "0.4.0",
"libxmljs" : "0.7.0"
},
"scripts": {
"test": "node test/index.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tbuchok/vast-xml.git"
},
"keywords": [
"VAST",
"IAB",
"in-stream",
"advertising"
],
"author": "Tom Buchok",
"license": "MIT"
}