-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.02 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.02 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
{
"name": "k",
"version": "1.1.5",
"description": "new web framework",
"main": "main.js",
"scripts": {
"test": "mocha"
},
"author": "speedphp",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/speedphp/k.git"
},
"bin": {
"k": "./lib/command.js"
},
"keywords": [
"framework",
"koa",
"web",
"restful",
"router",
"app",
"api",
"model",
"backend",
"middleware",
"es6",
"es7",
"async",
"await",
"mysql",
"websocket",
"sockect.io"
],
"dependencies": {
"commander": "^2.11.0",
"http-errors": "^1.6.2",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-session": "^5.5.0",
"koa-static": "^4.0.1",
"koa-views": "^6.1.1",
"lodash": "^4.17.4",
"fs-extra": "^4.0.2",
"mysql2": "^3.9.3",
"path-to-regexp": "^2.1.0",
"twig": "^1.10.5",
"async": "^2.6.0",
"socket.io": "4.6.2"
},
"devDependencies": {
"mocha": "^4.0.1",
"supertest": "^3.0.0"
}
}