mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
29 lines
655 B
JSON
29 lines
655 B
JSON
{
|
|
"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.29",
|
|
"license": {
|
|
"type": "MIT",
|
|
"url": "https://raw.githubusercontent.com/goldfire/howler.js/master/LICENSE.md"
|
|
},
|
|
"files": [
|
|
"howler.js",
|
|
"howler.min.js",
|
|
"LICENSE.md"
|
|
]
|
|
} |