-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
28 lines (28 loc) · 816 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
27
28
{
"name": "microprofile-grafana",
"version": "1.0.0",
"scripts": {
"start": "node server.js",
"start:dev": "nodemon server.js"
},
"dependencies": {
"tmp": "~0.2.1",
"barelog": "~0.2.0",
"monaco-editor": "~0.20.0",
"body-parser": "^1.19.0",
"express": "~4.16.1",
"less-middleware": "~3.1.0"
},
"author": "jfalkner@redhat.com",
"repository": {
"type": "git",
"url": "git+https://github.com/jamesfalkner/microprofile-grafana.git"
},
"license": "Apache-2.0",
"description": "This web app generates Grafana dashboards from running MicroProfile apps using MicroProfile Metrics",
"bugs": {
"url": "https://github.com/jamesfalkner/microprofile-grafana/issues"
},
"homepage": "https://github.com/jamesfalkner/microprofile-grafana",
"main": "app.js"
}