koel/bower.json

27 lines
386 B
JSON

{
"name": "koel",
"authors": [
"An Phan <me@phanan.net>"
],
"moduleType": [
"es6"
],
"keywords": [
"koel",
"audio",
"streaming",
"mp3"
],
"license": "MIT",
"homepage": "http://koel.phanan.net",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"plyr": "~1.3.6"
}
}