This repository has been archived on 2019-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
Server-v1/composer.json

15 lines
353 B
JSON
Raw Normal View History

2016-03-23 18:54:17 -06:00
{
"name": "netsyms-technologies/terran-quest-server",
"description": "Description of project TerranQuest Server.",
"authors": [
{
"name": "Skylar Ittner",
"email": "admin@netsyms.com"
}
],
"require": {
2016-03-27 12:47:02 -06:00
"catfan/medoo": "dev-master",
"anthonymartin/geo-location": "^1.0"
2016-03-23 18:54:17 -06:00
}
}