-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathTestFlightConfigStock.netkan
More file actions
31 lines (31 loc) · 1017 Bytes
/
TestFlightConfigStock.netkan
File metadata and controls
31 lines (31 loc) · 1017 Bytes
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
{
"spec_version" : "v1.2",
"name" : "TestFlight Config Realism Overhaul",
"abstract" : "Config pack for the TestFlight plugin. This config pack adds TestFlight support for Stock parts.",
"identifier" : "TestFlightConfigStock",
"$vref" : "#/ckan/ksp-avc",
"$kref" : "#/ckan/github/jwvanderbeck/TestFlight/asset_match/TestFlightConfigRO*",
"license" : "CC-BY-NC-SA-4.0",
"release_status" : "stable",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/88187",
"repository" : "https://github.com/jwvanderbeck/TestFlight",
"bugtracker" : "https://github.com/jwvanderbeck/TestFlight/issues"
},
"install" : [
{
"file" : "GameData/TestFlight",
"install_to" : "GameData"
}
],
"depends" : [
{ "name" : "ModuleManager", "min_version" : "2.6.1" },
{ "name" : "TestFlight", "min_version" : "1.3.0" }
],
"provides" : [
"TestFlightConfig"
],
"conflicts" : [
{ "name" : "TestFlightConfig" }
]
}