-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 766 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 766 Bytes
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
{
"author": "Alex Simenduev <shamil.si@gmail.com>",
"description": "Forward Graphite or Prometheus queries to external services.",
"keywords": [
"graphite",
"prometheus",
"zabbix",
"cloudwatch",
"metrics",
"monitoring",
"statuspage.io"
],
"license": "MIT",
"name": "graphout",
"repository": "shamil/graphout",
"version": "0.5.16",
"dependencies": {
"bristol": "~0.4.0",
"cjson": "~0.5.0",
"glob": "^8.0.3",
"graphout-output-cloudwatch": "0.3.x",
"graphout-output-statuspage-io": "^1.0.5",
"graphout-output-zabbix": "^0.1.5",
"jsonschema": "~1.4.0",
"minimist": "~1.2.0"
},
"devDependencies": {},
"preferGlobal": true,
"bin": "index.js",
"engines": {
"node": ">=4 <10"
}
}