flowplayer-vast
Version:
VAST 2.0 support within Flowplayer 6 HTML
32 lines (31 loc) • 874 B
JSON
{
"name": "flowplayer-vast",
"version": "1.1.11",
"dependencies": {
"vast-client": "parisholley/vast-client-js#850bb58597eee15ad7b1a122ae0d8b921cf7fa2f"
},
"devDependencies": {
"browserify": "^16.5.0",
"uglifyify": "^5.0.2"
},
"scripts": {
"build": "browserify -t uglifyify src/vast.js -o dist/vast.js && browserify -g uglifyify dist/vast.js -o dist/vast.min.js"
},
"description": "VAST 2.0 support within Flowplayer 6 HTML",
"main": "src/vast.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mantisadnetwork/flowplayer-vast.git"
},
"keywords": [
"video",
"vast",
"flowplayer"
],
"author": "Paris Holley",
"license": "MIT",
"bugs": {
"url": "https://github.com/mantisadnetwork/flowplayer-vast/issues"
},
"homepage": "https://github.com/mantisadnetwork/flowplayer-vast#readme"
}