-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
55 lines (55 loc) · 1.48 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "yesoreyeram-boomtable-panel",
"version": "1.6.0",
"description": "Boom table panel for Graphite, InfluxDB, Prometheus",
"main": "dist/module.js",
"scripts": {
"build": "grunt",
"jest": "jest",
"test": "grafana-toolkit plugin:test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yesoreyeram/yesoreyeram-boomtable-panel.git"
},
"keywords": [
"grafana",
"plugin",
"panel",
"table",
"graphite",
"influxdb",
"prometheus",
"multi column",
"time based thresholds"
],
"author": "Sriramajeyam Sugumaran",
"license": "ISC",
"bugs": {
"url": "https://github.com/yesoreyeram/yesoreyeram-boomtable-panel/issues"
},
"homepage": "https://github.com/yesoreyeram/yesoreyeram-boomtable-panel#readme",
"devDependencies": {
"@types/jest": "^23.3.10",
"@types/lodash": "^4.14.119",
"grafana-sdk-mocks": "github:grafana/grafana-sdk-mocks",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-run": "^0.8.1",
"grunt-sass": "^3.0.2",
"grunt-ts": "^6.0.0-beta.21",
"grunt-tslint": "^5.0.2",
"jest": "^23.6.0",
"load-grunt-tasks": "^4.0.0",
"node-sass": "^4.11.0",
"ts-jest": "^23.10.5",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@grafana/toolkit": "^6.5.1",
"lodash": "^4.17.4"
}
}