19 lines
393 B
JSON
19 lines
393 B
JSON
|
{
|
||
|
"name": "rattail/posterior",
|
||
|
"description": "Tailbone API Client",
|
||
|
"homepage": "https://rattailproject.org",
|
||
|
"license": "GPL-3.0-or-later",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Rattail\\Posterior\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Lance Edgar",
|
||
|
"email": "lance@edbob.org"
|
||
|
}
|
||
|
],
|
||
|
"require": {}
|
||
|
}
|