Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
eefa60681e
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "Chatterer",
|
||||
"name": "Chatterer",
|
||||
"abstract": "A plugin for Kerbal Space Program which adds some SSTV, beeps, and nonsensical radio chatter between your command pods and Mission Control.",
|
||||
"author": "Athlonic",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/83290-105-chatterer-v097-keep-talking-11-nov-2015/&page=1",
|
||||
"spacedock": "https://spacedock.info/mod/208/Chatterer",
|
||||
"repository": "https://github.com/Athlonic/Chatterer",
|
||||
"x_screenshot": "https://spacedock.info/content/Athlonic_476/Chatterer/Chatterer-1456051700.1766431.png"
|
||||
},
|
||||
"version": "0.9.90",
|
||||
"ksp_version_min": "1.1.0",
|
||||
"ksp_version_max": "1.1.99",
|
||||
"download": "https://spacedock.info/mod/208/Chatterer/download/0.9.90",
|
||||
"download_size": 6911045,
|
||||
"download_hash": {
|
||||
"sha1": "01E0C9559858E0985545307CE070662097614198",
|
||||
"sha256": "663E564C7AE0E9A4B652E9CF08D082BF8311F2AE2F4DBF713379E2E98002B944"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "EnduranceSpaceExplorationSystem",
|
||||
"name": "Endurance (from Interstellar) Continued...",
|
||||
"abstract": "This mod is intended to recreate, visually and functionally, the Endurance spacecraft from the movie 'Interstellar.'",
|
||||
"author": "Jplrepo",
|
||||
"license": "CC-BY-NC-4.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/133590-105-endurance-from-interstellar-continued",
|
||||
"spacedock": "https://spacedock.info/mod/357/Endurance%20(from%20Interstellar)%20Continued...",
|
||||
"repository": "https://github.com/JPLRepo/Endurance",
|
||||
"x_screenshot": "https://spacedock.info/content/Jplrepo_405/Endurance_from_Interstellar_Continued/Endurance_from_Interstellar_Continued-1457248000.231013.png"
|
||||
},
|
||||
"version": "V1.2",
|
||||
"ksp_version_min": "1.1.2",
|
||||
"ksp_version_max": "1.1.3",
|
||||
"recommends": [
|
||||
{
|
||||
"name": "KIS"
|
||||
},
|
||||
{
|
||||
"name": "KAS"
|
||||
},
|
||||
{
|
||||
"name": "RasterPropMonitor"
|
||||
},
|
||||
{
|
||||
"name": "JSIAdvancedTransparentPods"
|
||||
},
|
||||
{
|
||||
"name": "ThrottleControlledAvionics"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "TACLS"
|
||||
},
|
||||
{
|
||||
"name": "USI-LS"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "Endurance",
|
||||
"install_to": "GameData",
|
||||
"filter": [
|
||||
".DS_Store"
|
||||
]
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/357/Endurance%20%28from%20Interstellar%29%20Continued.../download/V1.2",
|
||||
"download_size": 14351633,
|
||||
"download_hash": {
|
||||
"sha1": "F3A6CF44160144C0C2B5E3A0AF1AAD725FFB3C5F",
|
||||
"sha256": "5E340D367EFA81F15D8BD366C8D07D9419CAE78197A6682E187FD75D498EAB9E"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -12,7 +12,7 @@
|
|||
"x_screenshot": "https://spacedock.info/content/veon_2004/Kerbal_Space_Ponies/Kerbal_Space_Ponies-1457213165.4995763.png"
|
||||
},
|
||||
"version": "1.2.1",
|
||||
"ksp_version": "1.1.2",
|
||||
"ksp_version": "1.1.3",
|
||||
"download": "https://spacedock.info/mod/352/Kerbal%20Space%20Ponies/download/1.2.1",
|
||||
"download_size": 2187246,
|
||||
"download_hash": {
|
||||
|
|
Loading…
Reference in New Issue