-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
26 lines (26 loc) · 873 Bytes
/
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
{
"name": "docker-grafana",
"version": "0.1.0",
"description": "Grafana Docker image for easy initialization of Grafana (datasource, dashboards & plugins).",
"scripts": {
"docs": "docker run --rm -v ${PWD}:/opt/verb stefanwalther/verb",
"docs:watch": "nodemon --config ./nodemon.json --exec 'yarn' docs",
"d-build": "docker build -t stefanwalther/grafana .",
"d-run": "docker run -it stefanwalther/grafana /bin/bash",
"test": "cd test && sh test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stefanwalther/docker-grafana.git"
},
"keywords": [
"Grafana",
"Docker"
],
"author": "Stefan Walther <swr.nixda@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stefanwalther/docker-grafana/issues"
},
"homepage": "https://github.com/stefanwalther/docker-grafana#readme"
}