https://github.com/statsd/statsd
Raw File
Tip revision: 7e5df14ba2a0b813b685e74c35df9fd7208557d4 authored by Daniel Schauenberg on 29 June 2012, 14:36:30 UTC
bump to v0.4.0
Tip revision: 7e5df14
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.4.0",
  "dependencies": {
  },
  "devDependencies": {
    "nodeunit": "0.6.x",
    "async": "0.1.x",
    "underscore": "1.2.x",
    "temp": "0.4.x"
  },
  "engine": {
    "node" : ">=0.4"
  },
  "bin": { "statsd": "./bin/statsd" }
}
back to top