39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "koneko/laravel-vuexy-contacts",
|
|
"description": "Laravel Vuexy Contacts, un modulo de administracion de contactos optimizado para México.",
|
|
"keywords": ["laravel", "koneko", "framework", "vuexy", "contacts", "admin", "mexico"],
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^8.2",
|
|
"koneko/laravel-sat-catalogs": "dev-main",
|
|
"koneko/laravel-vuexy-admin": "dev-main",
|
|
"laravel/framework": "^11.31",
|
|
"spatie/pdf-to-text": "^1.54"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Koneko\\VuexyContacts\\": ""
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Koneko\\VuexyContacts\\Providers\\VuexyContactsServiceProvider"
|
|
]
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Arturo Corro Pacheco",
|
|
"email": "arturo@koneko.mx"
|
|
}
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/koneko-mx/laravel-vuexy-contacts",
|
|
"issues": "https://github.com/koneko-mx/laravel-vuexy-contacts/issues"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|