29 lines
839 B
JSON
29 lines
839 B
JSON
|
{
|
||
|
"name": "koneko/laravel-geolocation-api",
|
||
|
"description": "Laravel Geolocation API, un servicico para obtener coordenadas GPS a partir de una dirección.",
|
||
|
"keywords": ["laravel", "koneko", "framework", "geolocation", "api", "gps"],
|
||
|
"type": "library",
|
||
|
"license": "MIT",
|
||
|
"require": {
|
||
|
"php": "^8.2",
|
||
|
"laravel/framework": "^11.31"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Koneko\\GeolocationApi\\": ""
|
||
|
}
|
||
|
},
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Arturo Corro Pacheco",
|
||
|
"email": "arturo@koneko.mx"
|
||
|
}
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/koneko-mx/laravel-geolocation-api",
|
||
|
"issues": "https://github.com/koneko-mx/laravel-geolocation-api/issues"
|
||
|
},
|
||
|
"minimum-stability": "dev",
|
||
|
"prefer-stable": true
|
||
|
}
|