-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 903 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
38
{
"name": "koa-practice",
"version": "1.0.0",
"description": "koa-practice",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"keywords": [
"koa"
],
"author": "guodong1781025@163.com",
"license": "ISC",
"dependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"jsonwebtoken": "^8.5.1",
"koa": "^2.8.1",
"koa-bodyparser": "^4.2.1",
"koa-jwt": "^3.6.0",
"koa-multer": "^1.0.2",
"koa-router": "^7.4.0",
"koa-session": "^5.12.3",
"koa-static": "^5.0.0",
"koa-views": "^6.2.1",
"koa2-cors": "^2.0.6",
"log4js": "^5.1.0",
"mongoose": "^5.7.1",
"mysql2": "^1.7.0",
"nunjucks": "^3.2.0",
"redis": "^2.8.0",
"sequelize": "^5.19.0",
"watchify": "^3.11.1"
}
}