"NetKAN generated mods - TestFlightConfigStock-1.3.1"

This commit is contained in:
KSP-CKAN Crawler Bot 2016-05-31 05:43:22 +00:00
parent f97c70e233
commit b32013b344
1 changed files with 17 additions and 12 deletions

View File

@ -1,8 +1,9 @@
{ {
"spec_version": "v1.2", "spec_version": "v1.2",
"identifier": "TestFlightConfigStock",
"name": "TestFlight Config Stock", "name": "TestFlight Config Stock",
"abstract": "Config pack for the TestFlight plugin. This config pack adds TestFlight support for Stock parts.", "abstract": "Config pack for the TestFlight plugin. This config pack adds TestFlight support for Stock parts.",
"identifier": "TestFlightConfigStock", "author": "jwvanderbeck",
"license": "CC-BY-NC-SA-4.0", "license": "CC-BY-NC-SA-4.0",
"release_status": "stable", "release_status": "stable",
"resources": { "resources": {
@ -10,11 +11,10 @@
"repository": "https://github.com/jwvanderbeck/TestFlight", "repository": "https://github.com/jwvanderbeck/TestFlight",
"bugtracker": "https://github.com/jwvanderbeck/TestFlight/issues" "bugtracker": "https://github.com/jwvanderbeck/TestFlight/issues"
}, },
"install": [ "version": "1.3.1",
{ "ksp_version": "1.0.2",
"file": "GameData/TestFlight", "provides": [
"install_to": "GameData" "TestFlightConfig"
}
], ],
"depends": [ "depends": [
{ {
@ -26,18 +26,23 @@
"min_version": "1.3.1" "min_version": "1.3.1"
} }
], ],
"provides": [
"TestFlightConfig"
],
"conflicts": [ "conflicts": [
{ {
"name": "TestFlightConfig" "name": "TestFlightConfig"
} }
], ],
"version": "1.3.1", "install": [
"author": "jwvanderbeck", {
"file": "GameData/TestFlight",
"install_to": "GameData"
}
],
"download": "https://github.com/jwvanderbeck/TestFlight/releases/download/1.3.1.1/TestFlightConfigStock-1.3.1.1.zip", "download": "https://github.com/jwvanderbeck/TestFlight/releases/download/1.3.1.1/TestFlightConfigStock-1.3.1.1.zip",
"ksp_version": "1.0.2",
"download_size": 2253, "download_size": 2253,
"download_hash": {
"sha1": "0C17AB7A1A71FFCA968CFEEAC201D4FC99F5D77E",
"sha256": "BB47B546FD64749D4518B3A6219408813C835AEBE1802192EE77F4589FECF6F5"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan" "x_generated_by": "netkan"
} }