38 lines
824 B
JSON
38 lines
824 B
JSON
{
|
|
"name":"hathor/hathor",
|
|
"description":"Local music api",
|
|
"authors": [{
|
|
"name":"R. Eric Wheeler",
|
|
"email":"eric@rewiv.com",
|
|
"homepage":"https://rewiv.com",
|
|
"role":"Developer"
|
|
}],
|
|
"keywords":["music", "angular","javascript","slim"],
|
|
"license": "(GPL-2.0 or GPL-2.0+)",
|
|
"config": {
|
|
"vendor-dir":"app/3rdparty",
|
|
"autoloader-suffix":"hathor",
|
|
"notify-on-install":false
|
|
},
|
|
"require": {
|
|
"php":">=5.6.0",
|
|
"james-heinrich/getid3":"1.*",
|
|
"ext-sockets":"*",
|
|
"ext-PDO":"*",
|
|
"slim/slim": "2.*",
|
|
"slim/pdo":"1.*",
|
|
"slim/csrf":"0.*",
|
|
"slim/middleware": "1.*",
|
|
"slim/logger":"0.*"
|
|
},
|
|
"prefer-stable": true,
|
|
"scripts": {
|
|
"pre-install-cmd": ["tests/phpChecks"]
|
|
},
|
|
|
|
"suggest": {
|
|
"slim/logger":"If you want to use logging features",
|
|
"slim/middleware":"If you want to extend hathor"
|
|
}
|
|
}
|