-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
executable file
·62 lines (62 loc) · 1.24 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
56
57
58
59
60
61
62
{
"author": {
"name": "js.koahub.com"
},
"bugs": {
"url": "https://github.com/koahubjs/koahub/issues"
},
"dependencies": {
"co": "4.6.0",
"debug": "^3.1.0",
"depd": "1.1.0",
"koa": "2.3.0",
"koa-body": "2.3.0",
"koa-convert": "1.2.0",
"koa-cors": "0.0.16",
"koa-favicon": "2.0.0",
"koa-logger": "3.0.1",
"koa-session2": "2.2.4",
"koa-static-cache": "5.1.1",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"path-to-regexp": "1.7.0"
},
"devDependencies": {
"istanbul": "1.1.0-alpha.1",
"mocha": "3.4.2",
"supertest": "3.0.0"
},
"directories": {},
"engines": {
"node": ">= 7.6.0"
},
"keywords": [
"web",
"app",
"http",
"application",
"framework",
"koa",
"koahub",
"koahubjs"
],
"license": "MIT",
"main": "./app/index.js",
"maintainers": [
{
"name": "einsqing",
"email": "786699892@qq.com"
}
],
"name": "koahub",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/koahubjs/koahub.git"
},
"scripts": {
"test": "mocha --recursive test/{,**/}*.test.js",
"cover": "istanbul cover _mocha -- --recursive test/{,**/}*.test.js"
},
"version": "2.2.6"
}