koa-log4
Version:
log4js-node support Koa-middleware
32 lines (31 loc) • 639 B
JSON
{
"name": "koa-log4",
"version": "2.0.2",
"description": "log4js-node support Koa-middleware",
"main": "index.js",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dominhhai/koa-log4js.git"
},
"keywords": [
"log4js",
"Koa",
"logger"
],
"author": "Do Minh Hai",
"license": "MIT",
"bugs": {
"url": "https://github.com/dominhhai/koa-log4js/issues"
},
"homepage": "https://github.com/dominhhai/koa-log4js#readme",
"dependencies": {
"co": "^4.6.0",
"log4js": "^0.6.35"
},
"devDependencies": {
"standard": "^6.0.8"
}
}