-
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NetKAN added mod - ContractConfigurator-v2.6.2.0
- Loading branch information
1 parent
5e68d3b
commit 4cb8714
Showing
1 changed file
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.6.2.0", | ||
"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.6.2.0/ContractConfigurator_v2.6.2.0.zip", | ||
"download_size": 3001703, | ||
"download_hash": { | ||
"sha1": "CF7E5094F91F516E9A021B1D5CBCA7818D64EB2D", | ||
"sha256": "34DB58021969BD59994A0ADD0C322E07D3689F2C763CEABE4923981C49357E78" | ||
}, | ||
"download_content_type": "application/zip", | ||
"install_size": 8492848, | ||
"release_date": "2023-09-09T06:54:15Z", | ||
"x_generated_by": "netkan" | ||
} |