Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta

This commit is contained in:
NetKAN inflator Robot 2015-11-19 15:37:09 +00:00
commit 4bbf77d578
3 changed files with 109 additions and 62 deletions

View File

@ -1,22 +1,30 @@
{ {
"spec_version" : "v1.4", "spec_version": "v1.4",
"identifier" : "KittopiaTech", "identifier" : "KittopiaTech",
"name" : "KittopiaTech", "name" : "KittopiaTech",
"abstract" : "An in game planet editor", "abstract" : "An in game planet editor",
"license" : "unknown", "license" : "unknown",
"version" : "0.192", "version" : "0.192",
"comment" : "Development halted until further notice", "comment" : "Development halted until further notice",
"author" : "KCreator", "author" : "KCreator",
"ksp_version" : "0.90", "ksp_version" : "0.90",
"resources" : { "resources": {
"repository" : "https://github.com/KCreator/Kittopiatech_Planeteditor", "repository": "https://github.com/KCreator/Kittopiatech_Planeteditor",
"homepage" : "http://forum.kerbalspaceprogram.com/threads/68619" "homepage": "http://forum.kerbalspaceprogram.com/threads/68619"
}, },
"download" : "https://dl.dropboxusercontent.com/u/80556647/PlanetaryEditingToolsUI.zip", "download": "https://dl.dropboxusercontent.com/u/80556647/PlanetaryEditingToolsUI.zip",
"install" : [ "install": [
{ {
"find" : "KittopiaSpace", "find": "KittopiaSpace",
"install_to" : "GameData" "install_to": "GameData"
} }
] ],
"conflicts": [
{
"name": "Kopernicus"
},
{
"name": "KopernicusTech"
}
]
} }

View File

@ -1,44 +1,43 @@
{ {
"spec_version" : "v1.4", "spec_version": "v1.4",
"identifier" : "KopernicusTech", "identifier" : "KopernicusTech",
"name" : "KopernicusTech", "name" : "KopernicusTech",
"abstract" : "An attempt to integrate Kopernicus with KittopiaTech", "abstract" : "An attempt to integrate Kopernicus with KittopiaTech",
"license" : "GPL-3.0", "license" : "GPL-3.0",
"version" : "0.13", "version" : "0.13",
"author" : "Gravitasi", "author" : "Gravitasi",
"ksp_version_min" : "0.90", "ksp_version" : "0.90",
"ksp_version_max" : "1.0.99", "resources": {
"resources" : { "homepage": "http://forum.kerbalspaceprogram.com/threads/109122"
"homepage" : "http://forum.kerbalspaceprogram.com/threads/109122" },
}, "download": "https://www.dropbox.com/s/7b999gme8p7cgfr/KopernicusTech_v0.13.zip?dl=1",
"download" : "https://www.dropbox.com/s/7b999gme8p7cgfr/KopernicusTech_v0.13.zip?dl=1", "install": [
"install" : [ {
{ "find": "KittopiaSpace",
"find" : "KittopiaSpace", "install_to": "GameData",
"install_to" : "GameData", "filter": "Textures"
"filter" : "Textures" },
}, {
{ "find": "Kopernicus",
"find" : "Kopernicus", "install_to": "GameData"
"install_to" : "GameData" }
} ],
], "depends": [
"depends" : [ {
{ "name": "ModuleManager"
"name" : "ModuleManager" }
} ],
], "suggests": [
"suggests" : [ {
{ "name": "DDSLoader"
"name" : "DDSLoader" }
} ],
], "conflicts": [
"conflicts" : [ {
{ "name": "Kopernicus"
"name" : "Kopernicus" },
}, {
{ "name": "KittopiaTech"
"name" : "KittopiaTech" }
} ]
]
} }

View File

@ -0,0 +1,40 @@
{
"spec_version": 1,
"identifier": "Workshop",
"name": "OSE Workshop",
"abstract": "In flight part construction",
"author": "obivandamme",
"license": "CC-BY-NC-SA",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/108234",
"kerbalstuff": "https://kerbalstuff.com/mod/693/OSE%20Workshop",
"repository": "https://github.com/obivandamme/Workshop",
"x_screenshot": "https://kerbalstuff.com/content/obivandamme_8715/OSE_Workshop/OSE_Workshop-1439149716.2286153.png"
},
"version": "0.11.0",
"ksp_version": "1.0.5",
"depends": [
{
"name": "ModuleManager"
},
{
"name": "CommunityResourcePack",
"min_version": "0.4.7"
},
{
"name": "FirespitterCore"
},
{
"name": "KIS"
}
],
"install": [
{
"file": "GameData/Workshop",
"install_to": "GameData"
}
],
"download": "https://kerbalstuff.com/mod/693/OSE%20Workshop/download/0.11.0",
"download_size": 1434791,
"x_generated_by": "netkan"
}