From 8784ac73234c30d98cf1ee08e8916c80c2cb0c35 Mon Sep 17 00:00:00 2001 From: Almagnus1 Date: Wed, 6 May 2015 22:57:26 -0700 Subject: [PATCH] Adding EPLP Adding support for EPLP to CKAN --- .../Extraplanetary-Launchpads-5.1.90.ckan | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 ExtraPlanetaryLaunchpads/Extraplanetary-Launchpads-5.1.90.ckan diff --git a/ExtraPlanetaryLaunchpads/Extraplanetary-Launchpads-5.1.90.ckan b/ExtraPlanetaryLaunchpads/Extraplanetary-Launchpads-5.1.90.ckan new file mode 100644 index 0000000000..cb30419bf6 --- /dev/null +++ b/ExtraPlanetaryLaunchpads/Extraplanetary-Launchpads-5.1.90.ckan @@ -0,0 +1,34 @@ +{ + "spec_version" : 1, + "name" : "Extraplanetary Launchpads", + "abstract" : "Adds the ability to build crafts in flight mode to your game.", + "identifier" : "ExtraPlanetaryLaunchpads", + "download" : "http://taniwha.org/~bill/Extraplanetary_Launchpads_v5.1.90.zip", + "version" : "5.1.90", + "author" : "taniwha", + "license" : "GPL-3.0", + "release_status" : "stable", + "ksp_version" : "1.0.2", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/59545", + "repository" : "https://github.com/taniwha-qf/Extraplanetary-Launchpads" + }, + "depends" : [ + {"name" : "ModuleManager"}, + {"name" : "KIS"} + ], + "recommends" : [ + {"name" : "KerbalStats"}, + {"name" : "KAS"}, + {"name" : "InfernalRobotics"}, + {"name" : "Toolbar"}, + {"name" : "Kethane"} + ], + "install" : [ + { + "file" : "ExtraplanetaryLaunchpads", + "install_to" : "GameData", + "filter" : "Ships" + } + ] +}