https://github.com/statsd/statsd
Raw File
Tip revision: d1f8b8f828e9614cc43d2e5803d05bdf21ac9ce5 authored by Daniel Schauenberg on 14 May 2012, 22:56:51 UTC
bump to v0.2.1
Tip revision: d1f8b8f
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.2.1",
  "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