"NetKAN generated mods - AdvancedJetEngine-1.6.8"

This commit is contained in:
KSP-CKAN Crawler Bot 2016-05-27 16:45:41 +00:00
parent 7243c7fe6d
commit 4053641680
1 changed files with 40 additions and 24 deletions

View File

@ -1,31 +1,47 @@
{ {
"spec_version": "v1.4", "spec_version": "v1.4",
"name" : "Advanced Jet Engine (AJE)",
"abstract" : "Realistic jet engines for KSP",
"identifier": "AdvancedJetEngine", "identifier": "AdvancedJetEngine",
"download" : "https://github.com/camlost2/AJE/archive/1.6.8.zip", "name": "Advanced Jet Engine (AJE)",
"license" : "LGPL-2.1", "abstract": "Realistic jet engines for KSP",
"version" : "1.6.8", "license": "LGPL-2.1",
"release_status" : "stable", "release_status": "stable",
"ksp_version" : "0.25", "resources": {
"install": [ "homepage": "http://forum.kerbalspaceprogram.com/threads/70008",
{ "github": {
"find" : "AJE", "url": "https://github.com/camlost2/AJE"
"install_to" : "GameData"
}
],
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/70008",
"github" : {
"url" : "https://github.com/camlost2/AJE"
} }
}, },
"depends" : [ "version": "1.6.8",
{ "name" : "FerramAerospaceResearch" }, "ksp_version": "0.25",
{ "name" : "ModuleManager", "min_version" : "2.3.5" } "depends": [
{
"name": "FerramAerospaceResearch"
},
{
"name": "ModuleManager",
"min_version": "2.3.5"
}
], ],
"recommends" : [ "recommends": [
{ "name" : "RealFuels" }, {
{ "name" : "HotRockets" } "name": "RealFuels"
] },
{
"name": "HotRockets"
}
],
"install": [
{
"find": "AJE",
"install_to": "GameData"
}
],
"download": "https://github.com/camlost2/AJE/archive/1.6.8.zip",
"download_size": 1081680,
"download_hash": {
"sha1": "8C723F7A70E293490D484721356DC83444851D0A",
"sha256": "92C9261A1C1CFE627EA90CF31C87240275BCF1B05A10CBD623F3B4335E4DB594"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
} }