38 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2025-03-05 21:11:33 -06:00
{
"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",
2025-03-07 03:24:47 -06:00
"koneko/laravel-sat-catalogs": "dev-main",
"koneko/laravel-vuexy-admin": "dev-main",
2025-03-05 21:11:33 -06:00
"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"
},
"prefer-stable": true
}