24 lines
500 B
JSON
24 lines
500 B
JSON
{
|
|
"name": "lvht/geohash",
|
|
"type": "library",
|
|
"description": "geohash like python-geohash",
|
|
"keywords": ["geohash"],
|
|
"homepage": "http://github.com/lvht/geohash",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "吕海涛",
|
|
"email": "git@lvht.net",
|
|
"homepage": "https://github.com/lvht"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Lvht\\": "src"
|
|
}
|
|
}
|
|
}
|