forked from NatelEnergy/grafana-discrete-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 811 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
30
31
32
33
{
"name": "natel-discrete-panel",
"version": "0.0.10-dev",
"description": "Discrete Events in Grafana",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
},
"author": "ryantxu",
"license": "MIT",
"keywords": [
"discrete",
"canvas",
"grafana",
"plugin",
"panel"
],
"repository": {
"type": "git",
"url": "https://github.com/NatelEnergy/grafana-discrete-panel.git"
},
"devDependencies": {
"@grafana/toolkit": "6.6.2",
"@grafana/data": "6.6.2",
"@grafana/ui": "6.6.2",
"@types/grafana": "github:CorpGlory/types-grafana.git",
"jquery": "^3.2.1",
"lodash": "^4.17.10",
"moment": "^2.22.1"
}
}