-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathKIS.netkan
25 lines (25 loc) · 1.05 KB
/
KIS.netkan
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"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/index.php?/topic/149848-kerbal-inventory-system-kis",
"repository": "https://github.com/ihsoft/KIS",
"bugtracker": "https://github.com/ihsoft/KIS/issues",
"manual": "https://github.com/ihsoft/KIS/raw/master/User%20Guide.pdf"
},
"recommends" : [
{ "name": "CommunityCategoryKit" },
{ "name": "ModuleManager" }
],
"suggests": [
{ "name": "KAS" },
{ "name": "EasyVesselSwitch" }
],
"license" : "restricted",
"author" : [ "IgorZ", "KospY", "Winn75"],
"$vref" : "#/ckan/ksp-avc",
"$kref" : "#/ckan/curse/228561",
"x_netkan_version_edit" : "^v(?<version>.+)$"
}