KAS 0.5.7. release (#1126)

This commit is contained in:
ihsoft 2016-05-02 04:31:41 -07:00 committed by Matthew
parent a768979da2
commit 21bee0b6be
1 changed files with 25 additions and 0 deletions

25
KAS/KAS-0.5.7.ckan Normal file
View File

@ -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://kerbal.curseforge.com/projects/kerbal-attachment-system-kas/files/2297485/download",
"license" : "restricted",
"author" : [ "KospY", "Winn75", "zzz", "Majiir", "a.g.", "IgorZ" ],
"version" : "0.5.7",
"ksp_version" : "1.1",
"depends" : [
{
"name": "ModuleManager"
}
],
"recommends" : [
{
"name": "KIS"
}
]
}