1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/bower_components/hls.js/bower.json

19 lines
410 B
JSON
Raw Normal View History

2015-12-16 00:30:14 -05:00
{
"name": "hls.js",
2016-01-13 15:58:12 -05:00
"version": "0.4.5",
2015-12-16 00:30:14 -05:00
"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"
]
}