statsd/package.json

33 строки
771 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.7.2",
"dependencies": {
},
"devDependencies": {
2013-03-19 18:42:39 +04:00
"nodeunit": "0.7.x",
2013-03-19 18:50:19 +04:00
"underscore": "1.4.x",
"temp": "0.4.x"
},
"optionalDependencies": {
"node-syslog":"1.1.7",
2013-03-30 00:39:09 +04:00
"hashring":"1.0.1",
"winser": "=0.1.6"
},
2012-11-04 08:12:47 +04:00
"engines": {
2013-07-04 00:37:31 +04:00
"node" : ">=0.8"
2012-06-28 18:08:52 +04:00
},
"bin": { "statsd": "./bin/statsd" }
}