|
1 | | -{ |
2 | | - "identifier" : "TelemachusReborn", |
3 | | - "name" : "Telemachus Reborn", |
4 | | - "abstract" : "Telemachus is a universal Web Telemetry Mod for Kerbal Space Program. It allows you to access any aspects of game from browser.", |
5 | | - "author" : "DanGSun", |
6 | | - "$kref" : "#/ckan/github/TeleIO/Telemachus-1", |
7 | | - "$vref" : "#/ckan/ksp-avc", |
8 | | - "x_netkan_version_edit": "^[vV]?(?<version>[\\d\\.]+)(?:-.+)*", |
9 | | - "license" : "MIT", |
10 | | - "resources" : { |
11 | | - "homepage" : "https://forum.kerbalspaceprogram.com/index.php?/topic/179887-*", |
12 | | - "spacedock" : "https://spacedock.info/mod/2012/Telemachus%20Reborn" |
13 | | - }, |
14 | | - "tags": [ |
15 | | - "plugin", |
16 | | - "information", |
17 | | - "app" |
18 | | - ], |
19 | | - "provides": [ |
20 | | - "Telemachus" |
21 | | - ], |
22 | | - "conflicts": [ |
23 | | - { "name": "Telemachus" }, |
24 | | - { "name": "TelemachusContinued" }, |
25 | | - { "name": "Telemachus-2" } |
26 | | - ], |
27 | | - "depends": [ |
28 | | - { "name": "ModuleManager" } |
29 | | - ], |
30 | | - "recommends": [ |
31 | | - { "name": "RasterPropMonitor" } |
32 | | - ], |
33 | | - "install": [ { |
34 | | - "file": "GameData/Telemachus", |
35 | | - "install_to" : "GameData" |
36 | | - } ], |
37 | | - "x_netkan_override": [ |
38 | | - { |
39 | | - "version": "1.7.0", |
40 | | - "override": { |
41 | | - "ksp_version_min" : "1.6.0", |
42 | | - "ksp_version_max" : "1.7" |
43 | | - } |
44 | | - } |
45 | | - ] |
46 | | -} |
| 1 | +identifier: TelemachusReborn |
| 2 | +$kref: '#/ckan/github/TeleIO/Telemachus-1' |
| 3 | +$vref: '#/ckan/ksp-avc' |
| 4 | +x_netkan_version_edit: ^[vV]?(?<version>[\d\.]+)(?:-.+)* |
| 5 | +--- |
| 6 | +identifier: TelemachusReborn |
| 7 | +$kref: '#/ckan/spacedock/2012' |
| 8 | +$vref: '#/ckan/ksp-avc' |
| 9 | +tags: |
| 10 | + - plugin |
| 11 | + - information |
| 12 | + - app |
| 13 | +provides: |
| 14 | + - Telemachus |
| 15 | +conflicts: |
| 16 | + - name: Telemachus |
| 17 | + - name: TelemachusContinued |
| 18 | + - name: Telemachus-2 |
| 19 | +depends: |
| 20 | + - name: ModuleManager |
| 21 | +recommends: |
| 22 | + - name: RasterPropMonitor |
| 23 | +install: |
| 24 | + - file: GameData/Telemachus |
| 25 | + install_to: GameData |
| 26 | +x_netkan_override: |
| 27 | + - version: 1.7.0 |
| 28 | + override: |
| 29 | + ksp_version_min: 1.6.0 |
| 30 | + ksp_version_max: '1.7' |
0 commit comments