mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
18 lines
303 B
JSON
18 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": {}
|
|
}
|