-
Notifications
You must be signed in to change notification settings - Fork 20
/
plugin.json
31 lines (29 loc) · 957 Bytes
/
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
{
"type": "panel",
"name": "3D Globe Panel",
"id": "satellogic-3d-globe-panel",
"info": {
"description": "A Cesium based 3D Globe panel plugin.",
"author": { "name": "Satellogic SA", "url": "http://www.satellogic.com" },
"links": [
{"name": "GitHub", "url": "https://github.com/satellogic/grafana-3d-globe-panel"},
{"name": "License", "url": "https://github.com/satellogic/grafana-3d-globe-panel/blob/master/LICENSE"},
{"name": "Satellogic", "url": "http://www.satellogic.com"}
],
"screenshots": [
{ "name": "Globe View", "path": "img/screenshots/globe.png"},
{ "name": "Spread View", "path": "img/screenshots/spread.png"}
],
"logos": {
"small": "img/earth.svg",
"large": "img/earth.svg"
},
"keywords": ["cesium", "3d-globe", "panel"],
"version": "0.1.0",
"updated": "2016-12-06"
},
"dependencies": {
"grafanaVersion": "3.x.x",
"plugins": [ ]
}
}