зеркало из https://github.com/microsoft/statsd.git
33 строки
770 B
JSON
33 строки
770 B
JSON
{
|
|
"name": "statsd",
|
|
"description": "A simple, lightweight network daemon to collect metrics over UDP",
|
|
"author": "Etsy",
|
|
"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.5.0",
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"nodeunit": "0.6.x",
|
|
"async": "0.1.x",
|
|
"underscore": "1.2.x",
|
|
"temp": "0.4.x"
|
|
},
|
|
"optionalDependencies": {
|
|
"node-syslog":"1.1.3",
|
|
"winser": "=0.0.11"
|
|
},
|
|
"engines": {
|
|
"node" : ">=0.4"
|
|
},
|
|
"bin": { "statsd": "./bin/statsd" }
|
|
}
|