17 lines
410 B
JSON
17 lines
410 B
JSON
|
{
|
||
|
"name": "netsyms/points-of-interest-api",
|
||
|
"description": "Simple PHP API for getting OpenStreetMap points of interest as GeoJSON",
|
||
|
"type": "project",
|
||
|
"require": {
|
||
|
"catfan/medoo": "^1.6",
|
||
|
"anthonymartin/geo-location": "^1.0"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Skylar Ittner",
|
||
|
"email": "admin@netsyms.com"
|
||
|
}
|
||
|
]
|
||
|
}
|