metric-log
Version:
Log metrics with 'key=value'
27 lines (26 loc) • 630 B
JSON
{
"name": "metric-log",
"version": "0.2.2",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/CamShaft/metric-log.git"
},
"keywords": [
"log",
"metrics",
"metric"
],
"author": "Cameron Bytheway <cameron@nujii.com>",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"should": "~1.2.2",
"mocha": "~1.8.2"
}
}