mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
19 lines
411 B
JSON
19 lines
411 B
JSON
{
|
|
"name": "hls.js",
|
|
"version": "0.3.11",
|
|
"description": "Media Source Extension - HLS library, by/for Dailymotion",
|
|
"homepage": "https://github.com/dailymotion/hls.js",
|
|
"authors": [
|
|
"Guillaume du Pontavice <guillaume.dupontavice@dailymotion.com>"
|
|
],
|
|
"main": "dist/hls.js",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|