mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-08-01 17:17:12 -04:00
28 lines
507 B
JSON
28 lines
507 B
JSON
{
|
|
"name": "nwidart/jobportal",
|
|
"description": "",
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Widart",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [],
|
|
"aliases": {
|
|
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Modules\\JobPortal\\": ""
|
|
}
|
|
},
|
|
"require": {
|
|
"kalnoy/nestedset": "^6.0",
|
|
"spatie/laravel-image-optimizer": "^1.7"
|
|
}
|
|
}
|