diff --git a/AJE-1.6.8.ckan b/AJE-1.6.8.ckan new file mode 100644 index 0000000000..7034186fb1 --- /dev/null +++ b/AJE-1.6.8.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.6.8.zip", + "license" : "LGPL-2.1", + "version" : "1.6.8", + "release_status" : "stable", + "ksp_version" : "0.25", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/70008", + "github" : { + "url" : "https://github.com/camlost2/AJE" + } + }, + "depends" : [ + { "name" : "FerramAerospaceResearch" }, + { "name" : "ModuleManager", "min_version" : "2.3.5" } + ], + "recommends" : [ + { "name" : "RealFuels" }, + { "name" : "HotRockets" } + ] +}