26 lines
542 B
JSON
26 lines
542 B
JSON
{
|
|
"name": "xai-corp/abc-parser",
|
|
"description": "convert abc music to and from php objects",
|
|
"minimum-stability": "stable",
|
|
"license": "proprietary",
|
|
"authors": [
|
|
{
|
|
"name": "Richard Morgan",
|
|
"email": "richard@xai-corp.net"
|
|
}
|
|
],
|
|
"require": {
|
|
"codeception/codeception": "^2.2",
|
|
"laravel/laravel": "^5.2",
|
|
"aedart/testing-laravel": "1.6.*",
|
|
"zackkitzmiller/tiny": "^1.2",
|
|
"webpatser/laravel-uuid": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"XaiCorp\\AbcParser\\": "src/"
|
|
}
|
|
}
|
|
|
|
}
|