NetKAN added mod - ContractConfigurator-v2.5.0.1
This commit is contained in:
parent
6caaebaa69
commit
b5a3a25297
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"spec_version": "v1.16",
|
||||
"identifier": "ContractConfigurator",
|
||||
"name": "Contract Configurator",
|
||||
"abstract": "A config-file based solution for creating new contracts!",
|
||||
"author": [
|
||||
"nightingale",
|
||||
"KSP-RO team"
|
||||
],
|
||||
"version": "v2.5.0.1",
|
||||
"ksp_version_min": "1.12.3",
|
||||
"ksp_version_max": "1.12.99",
|
||||
"ksp_version_strict": true,
|
||||
"license": "MIT",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/190040--",
|
||||
"repository": "https://github.com/KSP-RO/ContractConfigurator",
|
||||
"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",
|
||||
"metanetkan": "https://raw.githubusercontent.com/KSP-RO/ContractConfigurator/master/ContractConfiguratorRO.netkan",
|
||||
"remote-avc": "https://github.com/KSP-RO/ContractConfigurator/raw/master/GameData/ContractConfigurator/ContractConfigurator.version"
|
||||
},
|
||||
"tags": [
|
||||
"plugin",
|
||||
"library",
|
||||
"career"
|
||||
],
|
||||
"localizations": [
|
||||
"en-us",
|
||||
"zh-cn"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "Harmony2"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "WaypointManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "ContractsWindowPlus"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/ContractConfigurator",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/KSP-RO/ContractConfigurator/releases/download/v2.5.0.1/ContractConfigurator_v2.5.0.1.zip",
|
||||
"download_size": 584999,
|
||||
"download_hash": {
|
||||
"sha1": "C4F9EE8735FE64405B7735958B25B234F2D39DB8",
|
||||
"sha256": "E436A4166AB2A137D2D96F6DEF12708B0FAC8A9752BB48617F65D8E4157FB228"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"install_size": 1588604,
|
||||
"release_date": "2023-04-15T20:24:53Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue