-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
55 lines (55 loc) · 1.16 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "koa-onerror",
"version": "4.2.0",
"description": "koa error handler, hack ctx.onerror",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=development egg-bin test",
"test-cov": "NODE_ENV=development egg-bin cov",
"ci": "npm run lint && npm run test-cov",
"lint": "eslint test *.js --fix"
},
"files": [
"index.js",
"templates"
],
"repository": {
"type": "git",
"url": "git://github.com/koajs/onerror.git"
},
"keywords": [
"koa",
"middleware",
"error"
],
"author": "dead_horse <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/koajs/onerror/issues"
},
"homepage": "https://github.com/koajs/onerror",
"devDependencies": {
"autod": "*",
"co-busboy": "^1.4.0",
"egg-bin": "^4.3.5",
"egg-ci": "1",
"eslint": "4",
"eslint-config-egg": "5",
"formstream": "^1.1.0",
"koa": "2",
"mz-modules": "^2.1.0",
"pedding": "1",
"supertest": "3",
"urllib": "^2.29.1"
},
"engines": {
"node": ">= 8.0.0"
},
"ci": {
"version": "8, 10"
},
"dependencies": {
"escape-html": "^1.0.3",
"stream-wormhole": "^1.1.0"
}
}