1
0
mirror of https://github.com/KSP-CKAN/CKAN-meta.git synced 2024-10-13 00:59:46 +00:00

Splitting files into subdirectories

This commit is contained in:
Alexander Dzhoganov
2015-01-03 14:56:47 +02:00
parent e4f6e20cc1
commit 826ebc52d9
352 changed files with 11306 additions and 0 deletions

View File

@ -0,0 +1,57 @@
{
"spec_version": 1,
"identifier": "SDHI-ServiceModuleSystem",
"name": "Sum Dum Heavy Industries - Service Module System",
"abstract": "Service Module and accessories designed specifically for use with the stock Mk1-2 Command Pod, vaguely resembling NASA's Orion MPCV. May or may not have a convincing stockalike appearance.",
"license": "CC-BY-SA-4.0",
"ksp_version": "0.90",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/52362",
"repository": "https://github.com/sumghai/SDHI_ServiceModuleSystem"
},
"install": [
{
"file": "GameData/SDHI",
"install_to": "GameData"
}
],
"depends": [
{
"name": "AnimatedDecouplers"
},
{
"name": "ModuleManager"
},
{
"name": "RealChute"
}
],
"suggests": [
{
"name": "DeadlyReentry"
},
{
"name": "FerramAerospaceResearch"
},
{
"name": "HotRockets"
},
{
"name": "NodeResizer"
},
{
"name": "TACLS"
},
{
"name": "ShipManifest"
},
{
"name": "ConnectedLivingSpace"
}
],
"author": "sumghai",
"version": "v2.4",
"download": "https://github.com/sumghai/SDHI_ServiceModuleSystem/releases/download/v2.4/ksp_sdhi_sms_v2_4.zip",
"x_generated_by": "netkan",
"download_size": 5142785
}