CKAN-meta/SolverEngines/SolverEngines-v1.3.ckan

34 lines
954 B
Plaintext

{
"spec_version": "v1.4",
"identifier": "SolverEngines",
"name": "Solver Engines plugin",
"abstract": "SolverEngines is at its heart a replacement paradigm for how KSP deals with engines",
"license": "LGPL-2.1",
"release_status": "stable",
"ksp_version_min": "1.0.0",
"ksp_version_max": "1.0.4",
"depends": [
{
"name": "ModuleAnimateEmissive"
}
],
"install": [
{
"find": "SolverEngines",
"install_to": "GameData",
"filter": [
"ModuleAnimateEmissive.dll",
"PluginData"
]
}
],
"resources": {
"repository": "https://github.com/KSP-RO/SolverEngines"
},
"author": "NathanKell",
"version": "v1.3",
"download": "https://github.com/KSP-RO/SolverEngines/releases/download/v1.3/SolverEngines_v1.3.zip",
"x_generated_by": "netkan",
"download_size": 33085
}