https://github.com/statsd/statsd
Raw File
Tip revision: 2377c9b9e4bae8e903c9efa87ed7d80a8d4d18ad authored by Erik Kastner on 17 February 2012, 06:03:03 UTC
more example config variables
Tip revision: 2377c9b
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.1.0",
  "dependencies": {
  },
  "devDependencies": {
    "nodeunit": "0.6.x",
    "async": "0.1.x",
    "underscore": "1.2.x",
    "temp": "0.4.x"
  },
  "engine": {
    "node" : ">=0.4"
  }
}
back to top