-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.json
44 lines (42 loc) · 1.08 KB
/
plugin.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
37
38
39
40
41
42
43
44
{
"type": "panel",
"name": "Thredds",
"id": "thredds-panel",
"info": {
"description": "Panel to show THREDDS dataserver map and geo data info.",
"author": {
"name": "Giorgio @ INKODE SOC COOP <[email protected]>",
"url": "https://inkode.it"
},
"keywords": [
"map",
"grafana",
"geo",
"GIS",
"netcdf",
"plugin",
"thredds",
"panel"
],
"logos": {
"small": "images/thredds-icon.png",
"large": "images/thredds-icon.png"
},
"links": [
{"name": "Project site", "url": "https://github.com/inkode-it/thredds-panel"},
{"name": "MIT License", "url": "https://github.com/inkode-it/thredds-panel/blob/master/license.txt"}
],
"screenshots": [
{"name": "Map", "path": "images/MAP.png"},
{"name": "Timeserie", "path": "images/TIMESERIE.png"},
{"name": "Options", "path": "images/OPTIONS.png"}
],
"version": "0.2.1",
"updated": "2020-06-11"
},
"dependencies": {
"grafanaVersion": "6.5.x",
"grafanaDependency": ">=6.5.0",
"plugins": [ ]
}
}