mof-statsdclient
Version:
middleware of floodesh, which provides a statsd client that allows you to send data to statsd server and automatically has some statistics sent that generally apply to all requests.
30 lines (29 loc) • 812 B
JSON
{
"name": "mof-statsdclient",
"version": "1.0.7",
"description": "middleware of floodesh, which provides a statsd client that allows you to send data to statsd server and automatically has some statistics sent that generally apply to all requests.",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --reporter spec --bail --timeout 10000 test/*.js"
},
"repository": {
"type": "git",
"url": "git@iZ28eokr6kdZ:research/mof-statsdclient.git"
},
"keywords": [
"floodesh",
"middleware",
"parsed",
"statsd"
],
"author": "darren <darrenqc823@gmail.com> (https://github.com/darrenqc)",
"license": "ISC",
"devDependencies": {
"mocha": "^2.4.5",
"mof": "0.0.1",
"should": "^8.2.1"
},
"dependencies": {
"lynx":"^0.2.0"
}
}