diff --git a/KAS/KAS-0.5.5.ckan b/KAS/KAS-0.5.5.ckan new file mode 100644 index 0000000000..b63bf46b2f --- /dev/null +++ b/KAS/KAS-0.5.5.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", + "repository": "https://github.com/KospY/KAS" + }, + "download" : "http://addons.curse.cursecdn.com/files/2266/204/KAS_v0.5.5.zip", + "license" : "restricted", + "author" : [ "KospY", "Winn75", "zzz", "Majiir", "a.g." ], + "version" : "0.5.5", + "ksp_version" : "1.0.5", + "depends" : [ + { + "name": "ModuleManager" + } + ], + "recommends" : [ + { + "name": "KIS" + } + ] +} diff --git a/KIS/KIS-1.2.3.ckan b/KIS/KIS-1.2.3.ckan new file mode 100644 index 0000000000..a25febdd27 --- /dev/null +++ b/KIS/KIS-1.2.3.ckan @@ -0,0 +1,18 @@ +{ + "spec_version" : 1, + "name" : "Kerbal Inventory System", + "identifier" : "KIS", + "abstract" : "KIS introduces new gameplay mechanics by adding a brand new inventory system and EVA usables items as tools. You want to build a rover on Duna from scratch? Now you can...", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/113111", + "repository": "https://github.com/KospY/KIS" + }, + "download" : "http://addons-origin.cursecdn.com/files/2266/203/KIS_v1.2.3.zip", + "suggests": [ + { "name": "KAS" } + ], + "license" : "restricted", + "author" : [ "KospY", "Winn75" ], + "version" : "1.2.3", + "ksp_version" : "1.0.5" +}