diff --git a/Extraplanetary-Launchpads-5.0.0.ckan b/Extraplanetary-Launchpads-5.0.0.ckan new file mode 100644 index 0000000000..d16a442b0f --- /dev/null +++ b/Extraplanetary-Launchpads-5.0.0.ckan @@ -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.0.zip", + "version" : "5.0.0", + "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" + } + ] +} diff --git a/KerbalStats-1.1.1.ckan b/KerbalStats-1.1.1.ckan new file mode 100644 index 0000000000..d5666e84cc --- /dev/null +++ b/KerbalStats-1.1.1.ckan @@ -0,0 +1,20 @@ +{ + "spec_version" : 1, + "name" : "Kerbal Stats", + "abstract" : "KerbalStats is a KSP mod for keeping track of extra information about the kerbals in your game.", + "identifier" : "KerbalStats", + "download" : "http://taniwha.org/~bill/KerbalStats_v1.1.1.zip", + "author" : "taniwha", + "version" : "1.1.1", + "license" : "GPL-3.0", + "release_status" : "stable", + "ksp_version" : "0.90", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/99018", + "repository" : "https://github.com/taniwha-qf/KerbalStats" + }, + "install" : [{ + "file" : "KerbalStats", + "install_to" : "GameData" + }] +}