forked from ASOS/grafana-bidirectional-bar-gauge-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 826 Bytes
/
package.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
{
"name": "grafana-bidirectional-bar-gauge-panel",
"version": "0.1.2",
"description": "A gauge to display a horizontal bar with values ranging from -100% to 100%",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
},
"repository": "github:asos/grafana-bidirectional-bar-gauge-panel",
"author": "savvasdalkitsis",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/asos/grafana-bidirectional-bar-gauge-panel/issues"
},
"devDependencies": {
"@grafana/data": "7.2.0",
"@grafana/toolkit": "7.2.0",
"@grafana/ui": "7.2.0",
"emotion": "10.0.27"
},
"engines": {
"node": ">=12"
},
"dependencies": {
"yarn": "^1.22.5"
}
}