-
Notifications
You must be signed in to change notification settings - Fork 11
/
USI-SRV.frozen
42 lines (42 loc) · 931 Bytes
/
USI-SRV.frozen
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
{
"spec_version" : "v1.4",
"identifier" : "USI-SRV",
"author" : "RoverDude",
"$kref" : "#/ckan/github/BobPalmer/SrvPack",
"$vref" : "#/ckan/ksp-avc",
"name" : "USI Survival Pack",
"abstract" : "Deployable Emergency Reentry Pod (DERP)",
"license" : "restricted",
"release_status" : "stable",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/76169-105"
},
"depends" : [
{
"name": "FirespitterCore",
"min_version": "7.0.5398.27328"
},
{
"name": "ModuleManager",
"min_version": "2.5.1"
},
{
"name": "USITools",
"min_version": "0.3.0"
},
{
"name": "CommunityResourcePack",
"min_version": "0.3.1"
}
],
"conflicts" : [
{ "name": "SETI-CommunityTechTree" }
],
"install" : [
{
"find" : "UmbraSpaceIndustries/SrvPack",
"install_to" : "GameData/UmbraSpaceIndustries"
}
],
"x_last_revision_by": "harryyoung"
}