mirror of
https://git.yylx.win/https://github.com/strangerstudios/PMProFreescout.git
synced 2025-10-03 18:01:27 +08:00
27 lines
558 B
JSON
27 lines
558 B
JSON
{
|
|
"name": "freescout/pmprofreescout",
|
|
"description": "",
|
|
"authors": [
|
|
{
|
|
"name": "Stranger Studios",
|
|
"email": "support@strangerstudios.com"
|
|
}
|
|
],
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Modules\\PmproFreescout\\Providers\\PmproFreescoutServiceProvider"
|
|
],
|
|
"aliases": {
|
|
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Modules\\PmproFreescout\\": ""
|
|
}
|
|
},
|
|
"require": {
|
|
}
|
|
}
|