mpd-generator
Version:
MPD manifest generator for video streaming using Dashjs
40 lines (39 loc) • 889 B
JSON
{
"name": "mpd-generator",
"version": "2.1.10",
"description": "MPD manifest generator for video streaming using Dashjs",
"main": "index.js",
"scripts": {
"test": "node tests/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cvillanueva94/mpd-generator.git"
},
"keywords": [
"mpd",
"streaming",
"video",
"dashjs",
"nodejs",
"javascript"
],
"author": "Carlos Villanueva",
"license": "ISC",
"bugs": {
"url": "https://github.com/cvillanueva94/mpd-generator/issues"
},
"homepage": "https://github.com/cvillanueva94/mpd-generator#readme",
"dependencies": {
"assert": "^2.0.0",
"child_process": "^1.0.2",
"ffprobe": "^1.1.2",
"ffprobe-static": "^3.0.0",
"fs": "0.0.1-security",
"path": "^0.12.7",
"queue": "^6.0.1"
},
"devDependencies": {
"jest": "^29.5.0"
}
}