21 lines
421 B
JSON
21 lines
421 B
JSON
{
|
|
"name": "gzod01/gammaphp",
|
|
"description": "GammaPHP Website builder",
|
|
"type": "tool",
|
|
"require": {
|
|
"mnapoli/front-yaml": "^2.0"
|
|
},
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gzod01\\Gammaphp\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "GZod01",
|
|
"email": "gzod01@gzod01.fr"
|
|
}
|
|
],
|
|
"bin":["bin/gammaphp"]
|
|
}
|