-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 821 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 821 Bytes
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
{
"name": "koa-blog",
"version": "1.0.0",
"description": "A Koa Blog",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"keywords": [
"koa",
"async"
],
"author": "imizao",
"repository": {
"type": "git",
"url": "https://github.com/imizao/koa-blog.git"
},
"dependencies": {
"koa-router": "7.4.0",
"config-lite": "^2.0.0",
"ejs": "^2.5.6",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-mysql-session": "^0.0.2",
"koa-session-minimal": "^3.0.4",
"koa-static": "^4.0.0",
"koa-static-cache": "^5.1.1",
"koa-views": "^6.0.2",
"markdown-it": "^8.4.0",
"md5": "^2.2.1",
"moment": "^2.18.1",
"mysql": "^2.13.0"
}
}