forked from jrossignol/ContractConfigurator
-
Notifications
You must be signed in to change notification settings - Fork 10
/
ContractConfiguratorRO.netkan
34 lines (34 loc) · 1.12 KB
/
ContractConfiguratorRO.netkan
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
28
29
30
31
32
33
34
{
"spec_version": "v1.16",
"identifier": "ContractConfigurator",
"$kref": "#/ckan/github/KSP-RO/ContractConfigurator",
"name": "Contract Configurator",
"abstract": "A config-file based solution for creating new contracts!",
"license": "MIT",
"release_status": "stable",
"author": [ "nightingale", "KSP-RO team" ],
"$vref": "#/ckan/ksp-avc",
"ksp_version_strict" : true,
"suggests": [
{ "name": "ContractsWindowPlus" }
],
"recommends": [
{ "name": "WaypointManager" }
],
"depends": [
{ "name": "ModuleManager" },
{ "name": "Harmony2" }
],
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/190040--",
"bugtracker": "https://github.com/KSP-RO/ContractConfigurator/issues",
"license": "https://raw.githubusercontent.com/KSP-RO/ContractConfigurator/master/LICENSE.txt",
"manual": "https://github.com/jrossignol/ContractConfigurator/wiki"
},
"install" : [
{
"file" : "GameData/ContractConfigurator",
"install_to" : "GameData"
}
]
}