mirror of
https://github.com/nikdoof/evestandings.git
synced 2025-12-13 03:02:16 +00:00
18 lines
561 B
JSON
18 lines
561 B
JSON
{
|
|
"name": "evestandings",
|
|
"description": "A corporation/alliance standings listing webapp for EVE Online",
|
|
"repository": "https://github.com/nikdoof/evestandings",
|
|
"keywords": ["python", "eve online"],
|
|
"env": {
|
|
"STANDINGS_API_KEY_ID": {
|
|
"description": "KeyID of a corporation Director API Key.",
|
|
"required": true
|
|
},
|
|
"STANDINGS_API_KEY_VCODE": {
|
|
"description": "vCode of a corporation Director API Key.",
|
|
"required": false
|
|
}
|
|
},
|
|
"addons": ["redistogo"]
|
|
}
|