-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 924 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
37
38
39
{
"name": "takipi-statsd",
"description": "Wrapper of StatsD and many StatsD backends to integrate with Takipi",
"author": {
"name": "Takipi"
},
"scripts": {
"start": "node statsd config.js",
"install-windows-service": "winser -i",
"uninstall-windows-service": "winser -r"
},
"repository": {
"type": "git",
"url": "https://github.com/takipi/takipi-statsd"
},
"version": "1.0.1",
"dependencies": {
"statsd": "",
"statsd-zabbix-backend": "",
"statsd-newrelic-backend": "",
"statsd-influxdb-backend": "",
"statsd-datadog-backend": "",
"statsd-anodot-backend": "",
"statsd-librato-backend": "",
"statsd-appdynamics-backend": "",
"statsd-alerting-backend": "",
"aws-cloudwatch-statsd-backend": ""
},
"devDependencies": {
},
"optionalDependencies": {
},
"engines": {
"node": ">=0.8"
},
"bin": {
"statsd": "./statsd"
}
}