diff --git a/Bureaucracy/Bureaucracy-1.3.ckan b/Bureaucracy/Bureaucracy-1.3.ckan new file mode 100644 index 0000000000..fa8f3a87d9 --- /dev/null +++ b/Bureaucracy/Bureaucracy-1.3.ckan @@ -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.3", + "ksp_version_min": "1.9.0", + "ksp_version_max": "1.9.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.3/Bureaucracy.zip", + "download_size": 45459, + "download_hash": { + "sha1": "EF48EB425A097975062CA7E0A9DD6515D7269397", + "sha256": "CC4F06F8CB9595BFBE36FA7DAAD977321FB332E0591013C8B65908A543013A72" + }, + "download_content_type": "application/zip", + "x_generated_by": "netkan" +}