Revert "Delete ContractConfigurator-SCANsat on request of author"

This reverts commit b1de99cfd6.
This commit is contained in:
Hakan Tandogan 2015-01-23 23:46:23 +01:00
parent 19fec0a862
commit d9684aa587
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
{
"spec_version": "v1.4",
"identifier": "ContractConfigurator-SCANsat",
"abstract": "A Mission pack creating SCANsat contracts",
"name": "SCANsat mission pack",
"license": "public-domain",
"x_netkan_license_ok": true,
"x_maintained_by": "hakan42, who loves to fly missions with contracts in them",
"depends": [
{
"name": "ContractConfigurator"
},
{
"name": "SCANsat",
"min_version": "9.0"
}
],
"provides": [
"ContractConfigurator-SCANSat"
],
"install": [
{
"find": "CC_Contracts",
"install_to": "GameData"
}
],
"resources": {
"repository": "https://github.com/SimonTheSourcerer/CCSCANsatMissionPack"
},
"author": "SimonTheSourcerer",
"version": "1.0.2",
"download": "https://github.com/SimonTheSourcerer/CCSCANsatMissionPack/releases/download/1.0.2/CCSCANsatMissionPack.zip",
"x_generated_by": "netkan",
"download_size": 26721
}