audit
Version:
Generate performance statistics for async or sync functions
16 lines (15 loc) • 479 B
JSON
{
"name": "audit",
"version": "0.0.6",
"description": "Generate performance statistics for async or sync functions",
"keywords": ["bench", "audit", "performance"],
"repository": "git://github.com/Weltschmerz/Audit.git",
"author": "Weltschmerz <chlavois@gmail.com>",
"devDependencies":{
"vows":"0.6.3",
"should":"1.0.0"
},
"main": "lib/audit.js",
"scripts": { "test" : "make test" },
"engines": { "node": ">= 0.5.0" }
}