-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 990 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "koa-logs",
"version": "2.0.9",
"description": "a middleware for koa requset log",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hardog/koa-logs.git"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha test/*.js",
"lint": "./node_modules/.bin/eslint index.js line.js",
"cover": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec test"
},
"keywords": [
"koa",
"request",
"log"
],
"author": "hardog",
"license": "MIT",
"bugs": {
"url": "https://github.com/hardog/koa-logs/issues"
},
"homepage": "https://github.com/hardog/koa-logs#readme",
"dependencies": {
"debug": "^2.2.0",
"on-finished": "^2.3.0",
"on-headers": "^1.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.5.0",
"istanbul": "^0.4.5",
"koa": "^1.2.0",
"mocha": "^3.1.2",
"supertest": "^2.0.1"
}
}