tinytalk/composer.json

18 lines
341 B
JSON

{
"name": "aidan/tinytalk",
"description": "Blogging without all the extras",
"license": "Unlicense",
"autoload": {
"psr-4": {
"Aidan\\Tinytalk\\": "src/"
}
},
"authors": [
{
"name": "Aidan",
"email": "aidan@p0ntus.com"
}
],
"require": {}
}