CKAN-meta/RealSolarSystem-8.0.ckan

44 lines
1.3 KiB
Plaintext

{
"spec_version" : 1,
"name" : "Real Solar System",
"identifier" : "RealSolarSystem",
"abstract" : "Resizes and rearranges the Kerbal system to more closely resemble the Solar System",
"download" : "https://github.com/NathanKell/RealSolarSystem/releases/download/v8.0/RealSolarSystem_v8.0.zip",
"license" : "CC-BY-NC-SA",
"version" : "8.0",
"release_status" : "stable",
"min_ksp" : "0.25.0",
"max_ksp" : "0.25.9",
"depends" : [
{ "name" : "RSSTextures" },
{ "name" : "ModuleManager", "min_version" : "2.5.0" }
],
"recommends" : [
{ "name" : "RealismOverhaul" },
{ "name" : "Toolbar" }
],
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/55145",
"github" : {
"url" : "https://github.com/NathanKell/RealSolarSystem",
"releases" : true
}
},
"install" : [
{
"file" : "RealSolarSystem",
"install_to" : "GameData"
}
],
"bundles" : [
{
"file" : "CustomBiomes",
"identifier" : "CustomBiomes",
"version" : "1.6.6",
"install_to" : "GameData",
"license" : "CC-BY-NC-SA",
"required" : false
}
]
}