-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathswinfo.json
36 lines (36 loc) · 876 Bytes
/
swinfo.json
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
{
"spec": "2.0",
"mod_id": "WheresMyCrewCapsule",
"author": "Cheese",
"name": "Where's my Crew Capsule?",
"description": "Redoes the tech tree such that the probes come before crew capsules.",
"source": "https://github.com/cheese3660/WheresMyCrewCapsule",
"version": "0.0.4",
"ksp2_version": {
"min": "0.2.0",
"max": "*"
},
"dependencies": [
{
"id": "com.github.x606.spacewarp",
"version": {
"min": "1.6.0",
"max": "*"
}
},
{
"id": "PatchManager",
"version": {
"min": "0.5.0",
"max": "*"
}
},
{
"id": "WMCCModules",
"version": {
"min": "0.2.0",
"max": "*"
}
}
]
}