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

NetKAN generated mods - Hangar-2.0.2

This commit is contained in:
NetKAN bot
2015-01-03 00:45:46 +01:00
parent 47d863cd43
commit dd0de5af18

View File

@ -1,30 +1,38 @@
{ {
"spec_version": 1, "spec_version": "v1.4",
"identifier": "Hangar", "identifier": "Hangar",
"license": "CC-BY-4.0", "x_netkan_license_ok": true,
"conflicts": [
{
"name": "KSPAPIExtensions"
}
],
"depends": [ "depends": [
{ {
"name": "ModuleManager" "name": "ModuleManager"
}
],
"suggests": [
{
"name": "Extraplanetary-Launchpads"
}, },
{ {
"name": "KSPAPIExtensions" "name": "EditorExtensions"
} }
], ],
"install": [ "install": [
{ {
"file": "GameData/Hangar", "file": "GameData/Hangar",
"install_to": "GameData", "install_to": "GameData"
"filter": "KSPAPIExtensions.dll",
"comment": "Contains KSPAPIExtensions mod in this distribution"
} }
], ],
"x_netkan_license_ok": true,
"resources": { "resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/88933", "homepage": "http://forum.kerbalspaceprogram.com/threads/88933",
"kerbalstuff": "https://kerbalstuff.com/mod/270/Hangar" "kerbalstuff": "https://kerbalstuff.com/mod/270/Hangar"
}, },
"ksp_version": "0.90", "ksp_version": "0.90",
"name": "Hangar", "name": "Hangar",
"license": "CC-BY-4.0",
"abstract": "Hangars are parts that can store whole ships inside. Stored ships are not docked but unloaded, which reduces part count considerably.", "abstract": "Hangars are parts that can store whole ships inside. Stored ships are not docked but unloaded, which reduces part count considerably.",
"author": "allista", "author": "allista",
"version": "2.0.2", "version": "2.0.2",