18 lines
341 B
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": {}
|
|
}
|