"NetKAN generated mods - TestFlightConfigStock-1.6.0.3"
This commit is contained in:
parent
ea0ad23e9c
commit
c4ff043c09
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"spec_version": "v1.2",
|
||||
"identifier": "TestFlightConfigStock",
|
||||
"name": "TestFlight Config Stock",
|
||||
"abstract": "Config pack for the TestFlight plugin. This config pack adds TestFlight support for Stock parts.",
|
||||
"author": "jwvanderbeck",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/88187",
|
||||
"repository": "https://github.com/KSP-RO/TestFlight",
|
||||
"bugtracker": "https://github.com/KSP-RO/TestFlight/issues"
|
||||
},
|
||||
"version": "1.6.0.3",
|
||||
"ksp_version": "1.1.2",
|
||||
"provides": [
|
||||
"TestFlightConfig"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager",
|
||||
"min_version": "2.6.1"
|
||||
},
|
||||
{
|
||||
"name": "TestFlight",
|
||||
"min_version": "1.3.1"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "TestFlightConfig"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/TestFlight",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/KSP-RO/TestFlight/releases/download/1.6.0.3/TestFlightConfigStock-1.6.0.3.zip",
|
||||
"download_size": 2276,
|
||||
"download_hash": {
|
||||
"sha1": "078527924E6954D1D9BF34EF99399CBE318EC81A",
|
||||
"sha256": "7C59B408C1CB8E65D4A6767923261800A492ABA453AB22D3AF16996E8AA1E734"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue