-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 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-equipment-crud-tree-chart-panel",
"version": "1.0.3",
"description": "Libre panel of the ISA-88/95 Equipment Tree with Create, Read, Update and Delete functions",
"homepage": "https://github.com/Spruik/Libre-Equipment-CRUD-Tree-Chart-Panel",
"repository": {
"type": "git",
"url": "https://github.com/Spruik/Libre-Equipment-CRUD-Tree-Chart-Panel"
},
"author": "Spruik Technologies",
"bugs": {
"url": "https://github.com/Spruik/Libre-Equipment-CRUD-Tree-Chart-Panel/issues"
},
"main": "src/module.js",
"scripts": {
"lint": "standard",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "grunt build"
},
"keywords": [
"tree",
"grafana",
"plugin",
"panel"
],
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"grunt": "^1.2.1",
"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-force-task": "^2.0.0",
"grunt-multi-dest": "^1.0.0",
"grunt-string-replace": "^1.3.1",
"load-grunt-tasks": "^5.1.0",
"standard": "^14.3.4"
},
"dependencies": {
"echarts": "^4.2.0-rc.2",
"lodash": "^4.17.19"
}
}