You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
646 B
34 lines
646 B
{
|
|
"name": "koa-logger",
|
|
"description": "Logging middleware for koa",
|
|
"repository": "koajs/logger",
|
|
"version": "1.3.1",
|
|
"keywords": [
|
|
"koa",
|
|
"middleware",
|
|
"logger",
|
|
"log"
|
|
],
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "mocha --harmony test.js"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"koa": "^1.2.4",
|
|
"koa-route": "^2.4.2",
|
|
"mocha": "^3.2.0",
|
|
"sinon": "^1.17.7",
|
|
"sinon-chai": "^2.8.0",
|
|
"supertest": "^2.0.1"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "1",
|
|
"chalk": "^1.1.3",
|
|
"humanize-number": "0.0.2",
|
|
"passthrough-counter": "^1.0.0"
|
|
}
|
|
}
|
|
|