express-chrono
Version:
Simple hrtime chronometer with Expressjs middleware. Request timer, process timer.
33 lines (32 loc) • 727 B
JSON
{
"name": "express-chrono",
"version": "1.0.2",
"description": "Simple hrtime chronometer with Expressjs middleware. Request timer, process timer.",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laftho/express-chrono.git"
},
"keywords": [
"timer",
"hrtime",
"chronometer",
"express",
"middleware",
"request",
"process"
],
"author": "Thomas LaFreniere",
"license": "MIT",
"bugs": {
"url": "https://github.com/laftho/express-chrono/issues"
},
"homepage": "https://github.com/laftho/express-chrono#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
}
}