-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathStrategia.netkan
More file actions
28 lines (27 loc) · 880 Bytes
/
Strategia.netkan
File metadata and controls
28 lines (27 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"spec_version": "v1.16",
"identifier": "Strategia",
"$kref": "#/ckan/github/jrossignol/Strategia",
"name": "Strategia",
"abstract": "A complete rewrite of KSP's strategy system.",
"license": "MIT",
"release_status": "stable",
"author": "nightingale",
"$vref": "#/ckan/ksp-avc",
"depends": [
{ "name": "CustomBarnKit" },
{ "name": "ContractConfigurator" },
{ "name": "ModuleManager" }
],
"install": [
{
"find": "Strategia",
"install_to": "GameData"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/131808-12x-strategia-v140-2016-11-21/",
"bugtracker": "https://github.com/jrossignol/Strategia/issues",
"license": "https://raw.githubusercontent.com/jrossignol/Strategia/master/LICENSE.txt"
}
}