37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "koneko/laravel-vuexy-website-blog",
|
|
"description": "Laravel Vuexy Website Blog, un modulo de administracion de blogs para Laravel Vuexy Website Admin.",
|
|
"keywords": ["laravel", "koneko", "framework", "vuexy", "website", "blog", "admin", "mexico"],
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^8.2",
|
|
"koneko/laravel-vuexy-website-admin": "@dev",
|
|
"laravel/framework": "^11.31"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Koneko\\VuexyWebsiteBlog\\": ""
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Koneko\\VuexyWebsiteBlog\\Providers\\VuexyWebsiteBlogServiceProvider"
|
|
]
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Arturo Corro Pacheco",
|
|
"email": "arturo@koneko.mx"
|
|
}
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/koneko-mx/laravel-vuexy-website-blog",
|
|
"issues": "https://github.com/koneko-mx/laravel-vuexy-website-blog/issues"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|