https://github.com/statsd/statsd
Raw File
Tip revision: 712dcfbb588a3babf20acd1947857263b4a0722a authored by Daniel Schauenberg on 20 July 2012, 16:07:19 UTC
bump to v0.5.0
Tip revision: 712dcfb
package.json
{
  "name": "statsd",
  "description": "A simple, lightweight network daemon to collect metrics over UDP",
  "author": "Etsy",
  "scripts": {
    "test": "./run_tests.sh"
  },
  "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"
  },
  "engine": {
    "node" : ">=0.4"
  },
  "bin": { "statsd": "./bin/statsd" }
}
back to top