mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
30 lines
437 B
JSON
30 lines
437 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|