You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
523 B
23 lines
523 B
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
|