forked from voicey99/CrowdSourcedScience
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CrowdSourcedScience.netkan
30 lines (30 loc) · 982 Bytes
/
CrowdSourcedScience.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
{
"spec_version" : "v1.4",
"identifier" : "CrowdSourcedScience",
"$kref" : "#/ckan/github/DuoDex/CrowdSourcedScience",
"$vref" : "#/ckan/ksp-avc",
"name" : "Crowd Sourced Science",
"abstract" : "Provides a nearly inexhaustible supply of science reports in Kerbal Space Program",
"author" : [ "DuoDex", "Olympic1", "Sigma88" ],
"license" : "CC-BY-NC-SA-4.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/92332-*/"
},
"depends": [
{ "name": "ModuleManager", "min_version": "3.0.0" }
],
"install": [
{
"find" : "CrowdSourcedScience",
"install_to" : "GameData"
}
],
"x_netkan_override": [
{
"version": [ ">=v1.4.0", "<=v4.1" ],
"override": {
"depends": [ { "name": "ModuleManager", "max_version": "2.8.1" } ]
}
}
]
}