Merge pull request #291 from njd80/master

ExtraplanetaryLaunchpads - Update
This commit is contained in:
Michele 2015-02-05 22:55:40 +01:00
commit 51ad4e9766
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
{
"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.0.2.zip",
"version" : "5.0.2",
"author" : "taniwha",
"license" : "GPL-3.0",
"release_status" : "stable",
"ksp_version" : "0.90",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/59545",
"repository" : "https://github.com/taniwha-qf/Extraplanetary-Launchpads"
},
"depends" : [
{"name" : "ModuleManager"},
{"name" : "Toolbar"}
],
"recommends" : [
{"name" : "KerbalStats"},
{"name" : "KAS"},
{"name" : "InfernalRobotics"},
{"name" : "Kethane"}
],
"install" : [
{
"file" : "ExtraplanetaryLaunchpads",
"install_to" : "GameData",
"filter" : "Ships"
}
]
}