NetKAN generated mods - Bureaucracy-1.0
This commit is contained in:
parent
041dc47067
commit
84b83bf4c3
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "Bureaucracy",
|
||||
"name": "Bureaucracy",
|
||||
"abstract": "Replacement for Monthly Budgets, now with Construction and Research Funding!",
|
||||
"author": "severedsolo",
|
||||
"version": "1.0",
|
||||
"ksp_version_min": "1.8.0",
|
||||
"ksp_version_max": "1.8.99",
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/191192-*",
|
||||
"repository": "https://github.com/severedsolo/Bureaucracy"
|
||||
},
|
||||
"tags": [
|
||||
"plugin",
|
||||
"career"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "KerbalChangelog"
|
||||
},
|
||||
{
|
||||
"name": "FlightTracker"
|
||||
},
|
||||
{
|
||||
"name": "CustomBarnKit"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "KerbalConstructionTime"
|
||||
},
|
||||
{
|
||||
"name": "ContractConfigurator-ExplorationPlus"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "MonthlyBudgets"
|
||||
},
|
||||
{
|
||||
"name": "SpaceProgramFunding"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "Bureaucracy",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/severedsolo/Bureaucracy/releases/download/1.0/Bureaucracy.zip",
|
||||
"download_size": 42042,
|
||||
"download_hash": {
|
||||
"sha1": "98F15C9E7B4B1D063760C280FEE541A5F74E1DBD",
|
||||
"sha256": "D6D9CD4884BCBB66CD4A68737AECB33EB2F1B1468D6CE5AC1B87F2E48F657CCE"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue