"NetKAN generated mods - AdvancedJetEngine-1.6.4"

This commit is contained in:
KSP-CKAN Crawler Bot 2016-05-27 05:55:43 +00:00
parent 32c319aca6
commit 647e71e4d5
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.4.zip", "name": "Advanced Jet Engine (AJE)",
"license" : "LGPL-2.1", "abstract": "Realistic jet engines for KSP",
"version" : "1.6.4", "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.4",
{ "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.4.zip",
"download_size": 1051200,
"download_hash": {
"sha1": "B67A9DB01E185F06520A55127C48427DCFB30927",
"sha256": "0E0D1C517A632E8373CD71D6179F0FC487D97F7BADE914F3026D8FB394DCA5CD"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
} }