forked from hesizhe/nodejs-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 843 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 843 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
{
"name": "tz44js-blog",
"version": "1.0.0",
"description": "潭州教育44期 js 项目实战《简易个人博客》",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chuxiong/tz44js-blog.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chuxiong/tz44js-blog/issues"
},
"homepage": "https://github.com/chuxiong/tz44js-blog#readme",
"dependencies": {
"koa": "^2.5.2",
"koa-body": "^4.0.4",
"koa-compress": "^3.0.0",
"koa-logger": "^3.2.0",
"koa-multer": "^1.0.2",
"koa-router": "^7.4.0",
"koa-session": "^5.9.0",
"koa-static": "^5.0.0",
"koa-views": "^6.1.4",
"mongoose": "^5.2.12",
"pug": "^2.0.3"
}
}