Earth-GIS-API/composer.json

16 lines
367 B
JSON
Raw Permalink Normal View History

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