bitgoblin-website/composer.json

19 lines
407 B
JSON

{
"name": "bitgoblin/bitgoblin-website",
"description": "Bit Goblin main website",
"type": "project",
"license": "BSD-2-Clause",
"autoload": {
"psr-4": {
"Bitgoblin\\BitgoblinWebsite\\": "src/"
}
},
"authors": [
{
"name": "Gregory Ballantine",
"email": "gballantine@bitgoblin.tech"
}
],
"require": {}
}