diff --git a/FingerboxesCore/FingerboxesCore-1-ksp1.0_r2.ckan b/FingerboxesCore/FingerboxesCore-1-ksp1.0_r2.ckan new file mode 100644 index 0000000000..fdf9f69d4c --- /dev/null +++ b/FingerboxesCore/FingerboxesCore-1-ksp1.0_r2.ckan @@ -0,0 +1,23 @@ +{ + "spec_version": "v1.2", + "identifier": "FingerboxesCore", + "name": "Fingerboxes Core Plugin", + "abstract": "(KSP Mod) Common methods library for KSP mods - This mod is intended for use by some of my other mods, it does nothing on its own. It contains some code from TriggerAU, licensed under MIT.", + "license": "MIT", + "install": [ + { + "file": "GameData/Fingerboxes/Common/Plugins", + "install_to": "GameData/Fingerboxes/Common" + } + ], + "resources": { + "repository": "https://github.com/fingerboxes/CrewQueue" + }, + "author": "fingerboxes", + "version": "1:ksp1.0_r2", + "download": "https://github.com/fingerboxes/CrewQueue/releases/download/ksp1.0_r2/CrewQueue_ksp1.0.4_release2.zip", + "x_generated_by": "netkan", + "download_size": 66538, + "ksp_version_min": "1.0.0", + "ksp_version_max": "1.0.4" +}