34 lines
778 B
JSON
34 lines
778 B
JSON
{
|
|
"name": "aix/laravel-admin-ext-latlong",
|
|
"description": "Latitude & Longitude selector",
|
|
"type": "library",
|
|
"keywords": ["laravel-admin", "extension"],
|
|
"homepage": "https://github.com/laravel-admin-ext/latlong",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "z-song",
|
|
"email": "zosong@126.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.0.0",
|
|
"aix/laravel-admin": "1.0.*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~6.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Encore\\Admin\\Latlong\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Encore\\Admin\\Latlong\\LatlongServiceProvider"
|
|
]
|
|
}
|
|
}
|
|
}
|