diff --git a/KAS/KAS-0.5.4.ckan b/KAS/KAS-0.5.4.ckan new file mode 100644 index 0000000000..b6eb87d679 --- /dev/null +++ b/KAS/KAS-0.5.4.ckan @@ -0,0 +1,25 @@ +{ + "spec_version" : 1, + "name" : "Kerbal Attachment System", + "identifier" : "KAS", + "abstract" : "KAS introduces new gameplay mechanics by adding winches, containers, dynamic struts/pipes and grabbable & attachable parts.", + "resources" : { + "homepage": "http://forum.kerbalspaceprogram.com/threads/92514" + }, + "download" : "http://addons.curse.cursecdn.com/files/2249/712/KAS_v0.5.4.zip", + "license" : "restricted", + "author" : [ "KospY", "Winn75", "zzz", "Majiir", "a.g." ], + "version" : "0.5.4", + "ksp_version_min" : "1.0.3", + "ksp_version_max" : "1.0.4", + "depends" : [ + { + "name": "ModuleManager" + } + ], + "recommends" : [ + { + "name": "KIS" + } + ] +}