metric-log
Version:
Log metrics with 'key=value'
31 lines (30 loc) • 729 B
JSON
{
"name": "metric-log",
"version": "1.0.1",
"description": "Log metrics with 'key=value'",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha test/metric-log.test",
"bench": "NODE_ENV=test ./node_modules/.bin/mocha test/metric-log.bench > /dev/null"
},
"repository": {
"type": "git",
"url": "https://github.com/camshaft/metric-log.git"
},
"keywords": [
"log",
"metrics",
"metric"
],
"author": "Cameron Bytheway <bytheway.cameron@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"debug": "~0.8.1",
"throttled-log": "~0.1.0"
},
"devDependencies": {
"should": "~1.2.2",
"mocha": "~1.8.2"
}
}