-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.33 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.33 KB
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
{
"name": "koay",
"version": "1.0.0",
"description": "A web framework based on Koa for Node.js",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples",
"lib": "lib",
"test": "tests"
},
"scripts": {
"test": "jest --detectOpenHandles --config jest.config.js"
},
"keywords": [
"koa",
"koay",
"nodejs",
"http",
"middleware",
"framework"
],
"author": "Jesse Feng",
"license": "MIT",
"devDependencies": {
"eslint": "^5.15.2",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^24.5.0"
},
"dependencies": {
"celia": "^5.5.1",
"finalhandler": "^1.1.2",
"kick-array": "^1.2.2",
"koa": "^2.7.0",
"koa-favicon": "^2.0.1",
"koa-mount": "^4.0.0",
"koa-static-cache": "^5.1.2",
"koa-views": "^6.2.0",
"koay-body": "^1.0.0",
"koay-router": "^1.1.1",
"koay-stylus": "^1.0.0",
"koay-ua": "^1.0.0",
"kyla": "^1.0.2",
"on-finished": "^2.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koayjs/koay.git"
},
"bugs": {
"url": "https://github.com/koayjs/koay/issues"
},
"homepage": "https://github.com/koayjs/koay#readme"
}