diff --git a/KerbinSideGAP/KerbinSideGAP-1.1.ckan b/KerbinSideGAP/KerbinSideGAP-1.1.ckan new file mode 100644 index 0000000000..9024cc8a17 --- /dev/null +++ b/KerbinSideGAP/KerbinSideGAP-1.1.ckan @@ -0,0 +1,51 @@ +{ + "spec_version": "v1.10", + "identifier": "KerbinSideGAP", + "name": "Kerbin Side GAP", + "abstract": "Aircraft routes all around the Kerbin! Contracts to perform various flights between majority of Kerbin Side bases.", + "author": "Keniamin", + "license": "CC-BY-NC-4.0", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/133545-10x-kerbin-side-gap/", + "repository": "https://github.com/Keniamin/KerbinSideGAP" + }, + "version": "1.1", + "depends": [ + { + "name": "ContractConfigurator", + "min_version": "1.9.6" + }, + { + "name": "KerbinSide" + } + ], + "recommends": [ + { + "name": "NavUtilities" + }, + { + "name": "WaypointManager" + } + ], + "suggests": [ + { + "name": "KerbalAircraftExpansion" + }, + { + "name": "WiderContractsApp" + } + ], + "install": [ + { + "find_regexp": "Kerbin.?Side.?GAP", + "install_to": "GameData/ContractPacks" + }, + { + "file": "KerbinSideRunways.rwy", + "install_to": "GameData/KerbalScienceFoundation/NavInstruments/Runways" + } + ], + "download": "https://github.com/Keniamin/KerbinSideGAP/releases/download/1.1/KerbinSideGAP-1.1.zip", + "download_size": 161679, + "x_generated_by": "netkan" +}