sword-logger
Version:
logger middleware for sword system
32 lines (31 loc) • 740 B
JSON
{
"name": "sword-logger",
"version": "1.0.4",
"description": "logger middleware for sword system",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gejiawen/sword-logger.git"
},
"keywords": [
"sword",
"logger",
"koa",
"bunyan"
],
"author": "gejiawen <806717031@qq.com> (http://blog.gejiawen.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gejiawen/sword-logger/issues"
},
"homepage": "https://github.com/gejiawen/sword-logger#readme",
"dependencies": {
"bunyan": "^1.8.1",
"lodash": "^4.16.2",
"on-finished": "^2.3.0",
"uuid": "^2.0.3"
}
}