koel/bower.json

30 lines
437 B
JSON
Raw Normal View History

2015-12-13 04:42:28 +00:00
{
"name": "koel",
"version": "0.0.1",
"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",
"fontawesome": "~4.5.0"
}
}