jellyfin-web/dashboard-ui/bower_components/howler.js/package.json

29 lines
655 B
JSON
Raw Normal View History

2015-10-14 10:52:49 -07:00
{
"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",
2016-01-23 12:03:59 -07:00
"version": "1.1.29",
2015-10-14 10:52:49 -07:00
"license": {
"type": "MIT",
"url": "https://raw.githubusercontent.com/goldfire/howler.js/master/LICENSE.md"
},
"files": [
"howler.js",
"howler.min.js",
"LICENSE.md"
]
}