"NetKAN generated mods - ContractConfigurator-SCANsat-1.0"

This commit is contained in:
KSP-CKAN Crawler Bot 2016-05-29 10:13:22 +00:00
parent ad961d5a1d
commit a52da765c7
1 changed files with 34 additions and 30 deletions

View File

@ -1,32 +1,36 @@
{ {
"spec_version": "v1.4", "spec_version": "v1.4",
"identifier": "ContractConfigurator-SCANsat", "identifier": "ContractConfigurator-SCANsat",
"abstract": "A Mission pack creating SCANsat contracts", "name": "SCANsat mission pack",
"name": "SCANsat mission pack", "abstract": "A Mission pack creating SCANsat contracts",
"license": "WTFPL", "author": "SimonTheSourcerer",
"x_netkan_license_ok": true, "license": "WTFPL",
"x_maintained_by": "hakan42, who loves to fly missions with contracts in them", "resources": {
"ksp_version_max" : "1.0.5", "repository": "https://github.com/SimonTheSourcerer/CCSCANsatMissionPack"
"depends": [
{
"name": "ContractConfigurator"
}, },
{ "version": "1.0",
"name": "SCANsat" "ksp_version_max": "1.0.5",
} "depends": [
], {
"install": [ "name": "ContractConfigurator"
{ },
"find": "CC_Contracts", {
"install_to": "GameData" "name": "SCANsat"
} }
], ],
"resources": { "install": [
"repository": "https://github.com/SimonTheSourcerer/CCSCANsatMissionPack" {
}, "find": "CC_Contracts",
"author": "SimonTheSourcerer", "install_to": "GameData"
"version": "1.0", }
"download": "https://github.com/SimonTheSourcerer/CCSCANsatMissionPack/releases/download/1.0/CCSCANsatMissionPack.zip", ],
"x_generated_by": "netkan", "download": "https://github.com/SimonTheSourcerer/CCSCANsatMissionPack/releases/download/1.0/CCSCANsatMissionPack.zip",
"download_size": 11799 "download_size": 11799,
} "download_hash": {
"sha1": "EABB98788DEB929D085813A912656F9A50D7C806",
"sha256": "372BA037B5CF8FAD73363F1C7C279AD460F5BFCD778949B5C68D3EB316497EC5"
},
"download_content_type": "application/zip",
"x_maintained_by": "hakan42, who loves to fly missions with contracts in them",
"x_generated_by": "netkan"
}