26 lines
539 B
JSON
26 lines
539 B
JSON
{
|
|
"name": "stream-playout",
|
|
"version": "1.0.0",
|
|
"description": "Playout website for live streams",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack"
|
|
},
|
|
"keywords": [
|
|
"livestream",
|
|
"videojs"
|
|
],
|
|
"author": "lujoga",
|
|
"license": "AGPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"css-loader": "^4.3.0",
|
|
"mini-css-extract-plugin": "^0.11.2",
|
|
"webpack": "^4.44.2",
|
|
"webpack-cli": "^3.3.12"
|
|
},
|
|
"dependencies": {
|
|
"video.js": "^7.8.4"
|
|
}
|
|
}
|