Earth-GIS-API/composer.json
2019-07-18 16:06:52 -06:00

16 lines
367 B
JSON
Executable File

{
"name": "netsyms/gis-api",
"description": "Simple PHP API for accessing earth data.",
"authors": [
{
"name": "Skylar Ittner",
"email": "admin@netsyms.com",
"homepage": "https://netsyms.com"
}
],
"require": {
"catfan/medoo": "^1.1",
"anthonymartin/geo-location": "^1.0"
}
}