26 lines
492 B
JSON
26 lines
492 B
JSON
|
{
|
||
|
"name": "wemx/service-contabo",
|
||
|
"type": "laravel-module",
|
||
|
"description": "A contabo service for developers",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "WemX",
|
||
|
"email": "mubeen@wemx.net"
|
||
|
}
|
||
|
],
|
||
|
"extra": {
|
||
|
"module-dir": "app/Services",
|
||
|
"laravel": {
|
||
|
"providers": [],
|
||
|
"aliases": {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"App\\Services\\Contabo\\": ""
|
||
|
}
|
||
|
}
|
||
|
}
|