From a01f550e13f8f99addde60ed478f5c5a8c43c70e Mon Sep 17 00:00:00 2001 From: NetKAN inflator Robot Date: Sat, 5 Mar 2016 03:03:45 +0000 Subject: [PATCH] "NetKAN generated mods - ContractParser-1.0" --- ContractParser/ContractParser-1.0.ckan | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ContractParser/ContractParser-1.0.ckan diff --git a/ContractParser/ContractParser-1.0.ckan b/ContractParser/ContractParser-1.0.ckan new file mode 100644 index 0000000000..58d1b5eeec --- /dev/null +++ b/ContractParser/ContractParser-1.0.ckan @@ -0,0 +1,23 @@ +{ + "spec_version": "v1.2", + "identifier": "ContractParser", + "name": "Contract Parser", + "abstract": "Parse the contract module to cache data", + "description": "This addon is a dependency of Contracts Window Plus and CapCom and is used to cache reward, completion, and other data on contracts", + "author": "DMagic1", + "license": "MIT", + "resources": { + "repository": "https://github.com/DMagic1/KSP_Contract_Parser" + }, + "version": "1.0", + "ksp_version": "1.0.5", + "install": [ + { + "file": "GameData/DMagicUtilities/ContractParser", + "install_to": "GameData/DMagicUtilities" + } + ], + "download": "https://github.com/DMagic1/KSP_Contract_Parser/releases/download/1.0/ContractParser-1.0.zip", + "download_size": 14187, + "x_generated_by": "netkan" +}