-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathContractConfigurator-FieldResearch.netkan
33 lines (33 loc) · 1.27 KB
/
ContractConfigurator-FieldResearch.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
{
"spec_version": "v1.16",
"identifier": "ContractConfigurator-FieldResearch",
"name": "Contract Pack: Field Research",
"$kref": "#/ckan/github/jrossignol/ContractPack-FieldResearch",
"abstract": "Do more science! Receive contracts for performing a variety of experiments under different situations. Use it to drive the science in your space program, or use it to collect every last bit of science.",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"author": "nightingale",
"$vref": "#/ckan/ksp-avc",
"depends": [
{ "name": "ContractConfigurator" },
{ "name": "ModuleManager" }
],
"suggests": [
{ "name": "CrowdSourcedScience" },
{ "name": "ScienceAlert" }
],
"recommends": [
{ "name": "WaypointManager" }
],
"install": [
{
"find": "FieldResearch",
"install_to": "GameData/ContractPacks"
}
],
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/111573--",
"bugtracker": "https://github.com/jrossignol/ContractPack-FieldResearch/issues",
"license": "https://raw.githubusercontent.com/jrossignol/ContractPack-FieldResearch/master/GameData/ContractPacks/FieldResearch/LICENSE.txt"
}
}