-
Notifications
You must be signed in to change notification settings - Fork 11
/
USI-LS.netkan
43 lines (43 loc) · 958 Bytes
/
USI-LS.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"spec_version" : "v1.4",
"identifier" : "USI-LS",
"author" : "RoverDude",
"$kref" : "#/ckan/github/UmbraSpaceIndustries/USI-LS",
"$vref" : "#/ckan/ksp-avc",
"name" : "USI Life Support",
"abstract" : "UmbraSpaceIndustries take on life support",
"license" : "restricted",
"release_status" : "stable",
"resources": {
"homepage": "http://umbraspaceindustries.github.io/UmbraSpaceIndustries/"
},
"depends" : [
{
"name": "ModuleManager",
"min_version": "2.8.0"
},
{
"name": "USITools",
"min_version": "0.9.0.0"
},
{
"name": "CommunityResourcePack",
"min_version": "0.7.0.0"
},
{
"name": "CommunityCategoryKit",
"min_version": "2.0.0.0"
}
],
"conflicts": [
{ "name": "SETI-CommunityTechTree" },
{ "name": "TACLS" }
],
"install" : [
{
"find" : "UmbraSpaceIndustries/LifeSupport",
"install_to" : "GameData/UmbraSpaceIndustries"
}
],
"x_last_revision_by": "DoktorKrogg"
}