Adding AJE 1.6.8

This commit is contained in:
Alexander Dzhoganov 2014-12-13 10:29:13 +02:00
parent 4177417532
commit ed580b4abb
1 changed files with 25 additions and 0 deletions

25
AJE-1.6.8.ckan Normal file
View File

@ -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" }
]
}