Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
c5603760fa
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ExtraPlanetaryLaunchpads",
|
||||
"name": "Extraplanetary Launchpads",
|
||||
"abstract": "Adds the ability to build crafts in flight mode to your game.",
|
||||
"author": "taniwha",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/54284-*",
|
||||
"repository": "https://github.com/taniwha-qf/Extraplanetary-Launchpads"
|
||||
},
|
||||
"version": "6.1.0.0",
|
||||
"ksp_version": "1.4.4",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "KIS"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "KAS"
|
||||
},
|
||||
{
|
||||
"name": "InfernalRobotics"
|
||||
},
|
||||
{
|
||||
"name": "KerbalStats"
|
||||
},
|
||||
{
|
||||
"name": "Kethane"
|
||||
},
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "ExtraplanetaryLaunchpads",
|
||||
"install_to": "GameData",
|
||||
"filter": "Ships"
|
||||
},
|
||||
{
|
||||
"file": "ExtraplanetaryLaunchpads/Ships/SPH",
|
||||
"install_to": "Ships"
|
||||
},
|
||||
{
|
||||
"file": "ExtraplanetaryLaunchpads/Ships/VAB",
|
||||
"install_to": "Ships"
|
||||
}
|
||||
],
|
||||
"download": "http://taniwha.org/~bill/Extraplanetary_Launchpads_v6.1.0.zip",
|
||||
"download_size": 14785983,
|
||||
"download_hash": {
|
||||
"sha1": "E66AADBCBAEC60177657F110B37A81AAC159143A",
|
||||
"sha256": "9DC45A2422B772A00B2DC791096BF6E4F0FD80C00F7CD105D50AE678C7EC15B8"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue