From 093cb173271f92bd1a218a7e959444522891d233 Mon Sep 17 00:00:00 2001 From: NetKAN bot Date: Thu, 18 Dec 2014 03:50:03 -0500 Subject: [PATCH] Added AJE-1.7a --- AJE-1.7a.ckan | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 AJE-1.7a.ckan diff --git a/AJE-1.7a.ckan b/AJE-1.7a.ckan new file mode 100644 index 0000000000..820ff83463 --- /dev/null +++ b/AJE-1.7a.ckan @@ -0,0 +1,25 @@ +{ + "spec_version": 1, + "name" : "Advanced Jet Engine (AJE)", + "abstract" : "Realistic jet engines for KSP", + "identifier": "AJE", + "download" : "https://github.com/camlost2/AJE/archive/1.7a.zip", + "license" : "LGPL-2.1", + "version" : "1.7a", + "release_status" : "stable", + "ksp_version" : "0.90", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/70008", + "github" : { + "url" : "https://github.com/camlost2/AJE" + } + }, + "depends" : [ + { "name" : "FerramAerospaceResearch" }, + { "name" : "ModuleManager", "min_version" : "2.5.4" } + ], + "recommends" : [ + { "name" : "RealFuels" }, + { "name" : "HotRockets" } + ] +}