23 lines
No EOL
505 B
JSON
23 lines
No EOL
505 B
JSON
{
|
|
"name": "wemx/service-virtfusionservice",
|
|
"type": "laravel-module",
|
|
"description": "A service integration with VirtFusion",
|
|
"authors": [
|
|
{
|
|
"name": "Shane",
|
|
"email": "shane@scaffoe.com"
|
|
}
|
|
],
|
|
"extra": {
|
|
"module-dir": "app/Services",
|
|
"laravel": {
|
|
"providers": [],
|
|
"aliases": {}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\Services\\VirtfusionService\\": ""
|
|
}
|
|
}
|
|
} |