forked from RisingStack/example-prometheus-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 866 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
29
30
31
32
33
34
35
36
{
"name": "example-prometheus",
"version": "1.0.0",
"main": "src",
"description": "Prometheus example",
"author": "RisingStack, Inc.",
"scripts": {
"start": "node src"
},
"dependencies": {
"express": "4.15.3",
"prom-client": "9.1.1"
},
"devDependencies": {
"eslint": "3.19.0",
"eslint-config-airbnb-base": "11.2.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-promise": "3.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RisingStack/example-prometheus-nodejs.git"
},
"keywords": [
"monitoring",
"nodejs",
"node",
"prometheus"
],
"author": "RisingStack, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/RisingStack/example-prometheus-nodejs/issues"
},
"homepage": "https://github.com/RisingStack/example-prometheus-nodejs#readme"
}