mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add theme song
This commit is contained in:
parent
86e7b20cfc
commit
1fbb32df8c
11 changed files with 1662 additions and 4 deletions
29
dashboard-ui/bower_components/howler.js/package.json
vendored
Normal file
29
dashboard-ui/bower_components/howler.js/package.json
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "howler",
|
||||
"description": "Javascript audio library for the modern web.",
|
||||
"homepage": "http://howlerjs.com",
|
||||
"keywords": [
|
||||
"howler",
|
||||
"howler.js",
|
||||
"audio",
|
||||
"webaudio",
|
||||
"browser",
|
||||
"html5"
|
||||
],
|
||||
"author": "James Simpson <james@goldfirestudios.com> (http://goldfirestudios.com)",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/goldfire/howler.js.git"
|
||||
},
|
||||
"main": "howler.js",
|
||||
"version": "1.1.27",
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"url": "https://raw.githubusercontent.com/goldfire/howler.js/master/LICENSE.md"
|
||||
},
|
||||
"files": [
|
||||
"howler.js",
|
||||
"howler.min.js",
|
||||
"LICENSE.md"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue