Create Extraplanetary-Launchpads-5.2.0.ckan

This commit is contained in:
Murdabenne 2015-06-28 17:03:07 -05:00
parent 54af5efa33
commit 5cde295d34
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
{
"spec_version" : 1,
"name" : "Extraplanetary Launchpads",
"abstract" : "Adds the ability to build crafts in flight mode to your game.",
"identifier" : "ExtraPlanetaryLaunchpads",
"download" : "http://taniwha.org/~bill/Extraplanetary_Launchpads_v5.2.0.zip",
"version" : "5.2.0",
"author" : "taniwha",
"license" : "GPL-3.0",
"release_status" : "stable",
"ksp_version_min" : "1.0.2",
"ksp_version_max" : "1.0.4",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/59545",
"repository" : "https://github.com/taniwha-qf/Extraplanetary-Launchpads"
},
"depends" : [
{"name" : "ModuleManager"}
],
"recommends" : [
{"name" : "KIS"}.
{"name" : "KAS"},
{"name" : "InfernalRobotics"},
{"name" : "KerbalStats"},
{"name" : "Toolbar"}
],
"suggests" " : [
{"name" : "Kethane"},
]
"install" : [
{
"file" : "ExtraplanetaryLaunchpads",
"install_to" : "GameData",
"filter" : "Ships"
}
]
}