2012-02-16 01:22:24 +04:00
|
|
|
{
|
|
|
|
"name": "statsd",
|
|
|
|
"description": "A simple, lightweight network daemon to collect metrics over UDP",
|
|
|
|
"author": "Etsy",
|
|
|
|
"scripts": {
|
2012-11-01 13:53:52 +04:00
|
|
|
"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"
|
2012-02-16 01:22:24 +04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/etsy/statsd.git"
|
|
|
|
},
|
2013-03-15 20:50:02 +04:00
|
|
|
"version": "0.6.0",
|
2012-02-16 01:22:24 +04:00
|
|
|
"dependencies": {
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"nodeunit": "0.6.x",
|
|
|
|
"async": "0.1.x",
|
|
|
|
"underscore": "1.2.x",
|
|
|
|
"temp": "0.4.x"
|
|
|
|
},
|
2012-07-11 20:32:52 +04:00
|
|
|
"optionalDependencies": {
|
2013-03-19 18:20:58 +04:00
|
|
|
"node-syslog":"1.1.7",
|
2012-11-01 13:53:52 +04:00
|
|
|
"winser": "=0.0.11"
|
2012-07-11 20:32:52 +04:00
|
|
|
},
|
2012-11-04 08:12:47 +04:00
|
|
|
"engines": {
|
2013-03-19 18:20:58 +04:00
|
|
|
"node" : ">=0.6"
|
2012-06-28 18:08:52 +04:00
|
|
|
},
|
|
|
|
"bin": { "statsd": "./bin/statsd" }
|
2012-02-16 01:22:24 +04:00
|
|
|
}
|