-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·45 lines (45 loc) · 1.18 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
{
"name": "libre-downtime-pareto-chart-panel",
"version": "1.0.3",
"description": "Libre Panel for Pareto Analysis of Downtime Reason Codes",
"repository": {
"type": "git",
"url": "https://github.com/Spruik/libre-downtime-pareto-chart-panel"
},
"author": "Spruik Technologies",
"bugs": {
"url": "https://github.com/Spruik/libre-downtime-pareto-chart-panel/issues"
},
"main": "src/module.js",
"scripts": {
"lint": "standard",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"grafana",
"plugin",
"panel"
],
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"bl": ">=1.2.3",
"grunt-babel": "~6.0.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "~0.8.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-execute": "~0.2.2",
"grunt-force-task": "^2.0.0",
"grunt-multi-dest": "^1.0.0",
"grunt-string-replace": "^1.3.1",
"grunt": "^1.2.1",
"load-grunt-tasks": "^5.1.0",
"standard": "^14.3.4"
},
"dependencies": {
"echarts": "^4.1.0",
"lodash": "^4.17.19",
"moment": "^2.12.0"
}
}