зеркало из https://github.com/microsoft/statsd.git
35 строки
822 B
JSON
35 строки
822 B
JSON
{
|
|
"name": "statsd",
|
|
"description": "A simple, lightweight network daemon to collect metrics over UDP",
|
|
"author": "Etsy",
|
|
"license" : "MIT",
|
|
"scripts": {
|
|
"test": "./run_tests.sh",
|
|
"start": "node stats.js config.js",
|
|
"install-windows-service": "node_modules\\.bin\\winser -i",
|
|
"uninstall-windows-service": "node_modules\\.bin\\winser -r"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/etsy/statsd.git"
|
|
},
|
|
"version": "0.7.2",
|
|
"dependencies": {
|
|
"generic-pool": "2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodeunit": "0.9.x",
|
|
"underscore": "1.4.x",
|
|
"temp": "0.4.x"
|
|
},
|
|
"optionalDependencies": {
|
|
"modern-syslog":"1.1.2",
|
|
"hashring":"3.2.0",
|
|
"winser": "=0.1.6"
|
|
},
|
|
"engines": {
|
|
"node" : ">=0.8"
|
|
},
|
|
"bin": { "statsd": "./bin/statsd" }
|
|
}
|