-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 926 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
{
"name": "hello-koa2",
"version": "1.0.0",
"description": "Hello Koa 2 example with async",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"keywords": [
"koa",
"async"
],
"author": "qq203118908",
"license": "Apache-2.0",
"dependencies": {
"art-template": "^4.13.2",
"debug": "^2.6.1",
"jquery": "^3.3.1",
"koa": "2.0.0",
"koa-art-template": "^1.1.1",
"koa-bodyparser": "3.2.0",
"koa-route": "^3.2.0",
"koa-router": "7.0.0",
"koa-send": "^5.0.0",
"koa-websocket": "^5.0.1",
"mime": "1.3.4",
"mocha": "^3.2.0",
"mz": "2.4.0",
"nginx-conf": "^1.5.0",
"should": "^11.2.0",
"socket.io": "^2.2.0",
"supertest": "^3.0.0",
"underscore": "^1.9.1",
"vue": "^2.5.21",
"zip-local": "^0.3.4"
}
}