mirror of
https://gitlab.com/niansa/discord_llama.git
synced 2025-03-06 20:48:25 +01:00
17 lines
303 B
JSON
17 lines
303 B
JSON
{
|
|
"name": "brainboxdotcc/dpp",
|
|
"description": "DPP Build Tools",
|
|
"type": "project",
|
|
"license": "Apache 2.0",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Dpp\\": "classes/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "brain"
|
|
}
|
|
],
|
|
"require": {}
|
|
}
|