"NetKAN generated mods - KeminiResearchProgram-0.7b2"

This commit is contained in:
NetKAN inflator Robot 2017-10-15 21:53:28 +00:00
parent 8dbd7132b6
commit 9071576460
1 changed files with 9 additions and 2 deletions

View File

@ -3,25 +3,32 @@
"identifier": "KeminiResearchProgram", "identifier": "KeminiResearchProgram",
"name": "Kemini Research Program", "name": "Kemini Research Program",
"abstract": "Early science from experiments based on real experiments from the Gemini Program", "abstract": "Early science from experiments based on real experiments from the Gemini Program",
"description": "The Kemini Research Program is a set of small orbital experiments inspired by real experiments run during the Gemini missions. No additional equipment is required - simply install an experiment in the capsule and run it once in orbit.",
"author": [ "author": [
"N3h3miah", "N3h3miah",
"mwerle" "Micha"
], ],
"license": "GPL-3.0", "license": "GPL-3.0",
"resources": { "resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/149298-13-nehemia-engineering-orbital-science-neos-was-oms/", "homepage": "http://forum.kerbalspaceprogram.com/index.php?showtopic=149298",
"repository": "https://github.com/mwerle/OrbitalMaterialScience" "repository": "https://github.com/mwerle/OrbitalMaterialScience"
}, },
"version": "0.7b2", "version": "0.7b2",
"ksp_version_min": "1.3.0", "ksp_version_min": "1.3.0",
"ksp_version_max": "1.3.99", "ksp_version_max": "1.3.99",
"depends": [ "depends": [
{
"name": "ModuleManager"
},
{ {
"name": "NehemiahScienceCommon", "name": "NehemiahScienceCommon",
"min_version": "1:0.7b2" "min_version": "1:0.7b2"
} }
], ],
"recommends": [ "recommends": [
{
"name": "Corvus125mTwoKerbalPod"
},
{ {
"name": "K2CommandPodCont" "name": "K2CommandPodCont"
} }