29 lines
568 B
JSON
29 lines
568 B
JSON
{
|
|
"name": "exodus4d/pathfinder",
|
|
"description": "Mapping tool for EVE ONLINE",
|
|
"minimum-stability": "stable",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Mark Friedrich",
|
|
"email": "pathfinder@exodus4d.de"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Exodus4D\\Pathfinder\\": "app/main"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "../pathfinder_esi"
|
|
}],
|
|
"require": {
|
|
"php-64bit": ">=7.0",
|
|
"ext-zmq": "1.1.*",
|
|
"react/zmq": "0.3.*",
|
|
"exodus4d/pathfinder_esi": "dev-develop as 0.0.x-dev"
|
|
}
|
|
}
|