-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.27 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.27 KB
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
{
"name": "mmm-grafanagauges",
"version": "1.2.0",
"description": "Grafana Gauges module for MagicMirror².",
"keywords": [
"MagicMirror",
"grafana",
"gauges"
],
"type": "commonjs",
"homepage": "https://github.com/MagicMirrorModules/MMM-GrafanaGauges#readme",
"bugs": {
"url": "https://github.com/MagicMirrorModules/MMM-GrafanaGauges/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/MagicMirrorModules/MMM-GrafanaGauges"
},
"license": "MIT",
"author": "Robert Hoffmann",
"contributors": [
{
"name": "Contributors to MagicMirrorModules/MMM-GrafanaGauges",
"url": "https://github.com/MagicMirrorModules/MMM-GrafanaGauges/graphs/contributors"
}
],
"main": "MMM-GrafanaGauges.js",
"scripts": {
"demo": "cd ../../ && MM_CONFIG_FILE=modules/MMM-GrafanaGauges/demo.config.js node --run start:dev",
"grafana:start": "./scripts/start-grafana-test.sh",
"grafana:stop": "./scripts/stop-grafana-test.sh",
"grafana:restart": "node --run grafana:stop && node --run grafana:start",
"grafana:status": "docker ps --filter name=mmm-grafana-gauges-test",
"release": "commit-and-tag-version --config ./changelog.config.js"
},
"devDependencies": {
"commit-and-tag-version": "^12.7.1"
}
}