mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
28 lines
710 B
JSON
28 lines
710 B
JSON
{
|
|
"name": "hls.js",
|
|
"version": "0.5.11",
|
|
"license": "Apache-2.0",
|
|
"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": false,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"_release": "0.5.11",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v0.5.11",
|
|
"commit": "8896e0062b3f8384379c7b990424e3fab9c1c41b"
|
|
},
|
|
"_source": "git://github.com/dailymotion/hls.js.git",
|
|
"_target": "~0.5.7",
|
|
"_originalSource": "dailymotion/hls.js"
|
|
} |