-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 1.17 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
{
"name": "libre-product-crud-table-panel",
"version": "1.0.4",
"description": "Libre Grafana panel for Create, Read, Update and Delete of Products and Product Groups",
"homepage": "https://github.com/Spruik/Libre-Product-CRUD-Table-Panel",
"repository": {
"type": "git",
"url": "https://github.com/Spruik/Libre-Product-CRUD-Table-Panel"
},
"author": "Spruik Technologies",
"bugs": {
"url": "https://github.com/Spruik/Libre-Product-CRUD-Table-Panel/issues"
},
"main": "src/module.js",
"scripts": {
"lint": "standard",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"table",
"grafana",
"plugin",
"panel"
],
"dependencies": {
"lodash": "^4.17.19",
"moment": "^2.12.0"
},
"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-string-replace": "^1.3.1",
"grunt": "^1.2.1",
"load-grunt-tasks": "^5.1.0",
"standard": "^14.3.4"
}
}