UNPKG

1.1 kBJSONView Raw
1{
2 "name": "statsd",
3 "version": "0.8.6",
4 "description": "Network daemon for the collection and aggregation of realtime application metrics",
5 "author": {
6 "name": "Etsy",
7 "url": "https://codeascraft.com"
8 },
9 "license": "MIT",
10 "homepage": "https://github.com/statsd/statsd",
11 "bugs": "https://github.com/statsd/statsd/issues",
12 "keywords": [
13 "statsd",
14 "etsy",
15 "metric",
16 "aggregation",
17 "realtime"
18 ],
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/statsd/statsd.git"
22 },
23 "engines": {
24 "node": ">=8"
25 },
26 "dependencies": {
27 "generic-pool": "2.2.0"
28 },
29 "devDependencies": {
30 "nodeunit": "^0.11.3",
31 "underscore": "1.4.x",
32 "temp": "0.4.x"
33 },
34 "optionalDependencies": {
35 "modern-syslog": "1.2.0",
36 "hashring": "3.2.0",
37 "winser": "=0.1.6"
38 },
39 "bin": {
40 "statsd": "./bin/statsd"
41 },
42 "scripts": {
43 "test": "node run_tests.js",
44 "start": "node stats.js config.js",
45 "install-windows-service": "node_modules\\.bin\\winser -i",
46 "uninstall-windows-service": "node_modules\\.bin\\winser -r"
47 }
48}