-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathKAS.netkan
23 lines (23 loc) · 920 Bytes
/
KAS.netkan
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"spec_version" : 1,
"name" : "Kerbal Attachment System",
"identifier" : "KAS",
"abstract" : "KAS introduces new gameplay mechanics by adding winches, struts, and pipes. Now you can easily connect vessels in EVA without docking them!",
"resources" : {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/142594-kerbal-attachment-system-kas/",
"repository": "https://github.com/ihsoft/KAS",
"bugtracker": "https://github.com/ihsoft/KAS/issues"
},
"depends" : [
{ "name": "ModuleManager" }
],
"recommends" : [
{ "name": "KIS" },
{ "name": "EasyVesselSwitch" },
{ "name": "CommunityCategoryKit" }
],
"license" : "public-domain",
"author" : [ "IgorZ" ],
"$vref" : "#/ckan/ksp-avc",
"$kref" : "#/ckan/spacedock/1987"
}