diff --git a/WhereCanIGo/WhereCanIGo-2.0.ckan b/WhereCanIGo/WhereCanIGo-2.0.ckan new file mode 100644 index 0000000000..976d95e011 --- /dev/null +++ b/WhereCanIGo/WhereCanIGo-2.0.ckan @@ -0,0 +1,35 @@ +{ + "spec_version": "v1.4", + "identifier": "WhereCanIGo", + "name": "Where Can I Go", + "abstract": "This mod will read the DeltaV of your craft, and inform you whether or not you can reach any body in the solar system.", + "author": "severedsolo", + "license": "MIT", + "resources": { + "homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/187712-17x-where-can-i-go-the-opposite-of-a-problem-111-30082019/", + "repository": "https://github.com/severedsolo/WhereCanIGo" + }, + "version": "2.0", + "ksp_version_min": "1.8.0", + "ksp_version_max": "1.8.99", + "depends": [ + { + "name": "ModuleManager" + } + ], + "install": [ + { + "find": "WhereCanIGo", + "install_to": "GameData" + } + ], + "download": "https://github.com/severedsolo/WhereCanIGo/releases/download/2.0/WhereCanIGo.zip", + "download_size": 18500, + "download_hash": { + "sha1": "54CF4B411F72AFA4BF35EC84E21A7FB4FC1A49F4", + "sha256": "7E1B05D9F4BB47063FEC44B8F3741820E1C328D1793D5D6F871046B70974EB81" + }, + "download_content_type": "application/zip", + "x_via": "Automated Linuxgurugamer CKAN script", + "x_generated_by": "netkan" +}