Stream custom live channels using your own media
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

36 lines
705 B

{
"version": "3.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "hls.js@1.6.13",
"destination": "wwwroot/lib/hls.js",
"files": [
"hls.min.js"
]
},
{
"provider": "jsdelivr",
"library": "sortablejs@1.15.6",
"destination": "wwwroot/lib/sortablejs",
"files": [
"Sortable.js"
]
},
{
"library": "jqueryui@1.14.1",
"destination": "wwwroot/lib/jqueryui",
"files": [
"themes/base/jquery-ui.css",
"jquery-ui.min.js"
]
},
{
"library": "jquery@3.7.1",
"destination": "wwwroot/lib/jquery",
"files": [
"jquery.min.js"
]
}
]
}