From ca7a7e379486553f3eb993fe513bd4a4d8da86b4 Mon Sep 17 00:00:00 2001 From: Emanuele Bardelli Date: Sat, 17 Oct 2015 19:12:45 -0700 Subject: [PATCH] Add Ground Proximity Warning System mod --- GPWS/GPWS-0.3.2.0.ckan | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 GPWS/GPWS-0.3.2.0.ckan diff --git a/GPWS/GPWS-0.3.2.0.ckan b/GPWS/GPWS-0.3.2.0.ckan new file mode 100644 index 0000000000..00d8ba9a73 --- /dev/null +++ b/GPWS/GPWS-0.3.2.0.ckan @@ -0,0 +1,34 @@ +{ + "spec_version": "v1.4", + "identifier": "GPWS", + "name": "Ground Proximity Warning System (GPWS)", + "abstract": "Warning System for Kerbal Space Program", + "author": "bssthu", + "license": "CC-BY-NC-SA-4.0", + "release_status": "development", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/112420", + "repository": "https://github.com/bssthu/KSP_GPWS" + }, + "version": "0.3.2.0", + "ksp_version_min": "1.0.0", + "ksp_version_max": "1.0.4", + "depends": [ + { + "name": "ModuleManager" + } + ], + "suggests": [ + { + "name": "Toolbar" + } + ], + "install": [ + { + "find": "GPWS", + "install_to": "GameData" + } + ], + "download": "https://github.com/bssthu/KSP_GPWS/releases/download/v0.3-beta.2/GPWSv0.3-beta.2.zip", + "download_size": 291411 +}