-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
45 lines (45 loc) · 915 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
39
40
41
42
43
44
45
{
"name": "koablog",
"version": "0.0.1",
"description": "blog program by koa",
"main": "app.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/Summerlve/koablog"
},
"dependencies": {
"co-body": "^4.0.0",
"co-busboy": "^1.3.1",
"co-views": "^2.0.0",
"ejs": "^2.3.3",
"jsonwebtoken": "^5.0.5",
"koa": "^1.1.2",
"koa-compress": "^1.0.8",
"koa-router": "^5.3.0",
"koa-session": "^3.2.0",
"koa-static": "^1.4.9",
"md5": "^2.0.0",
"moment": "^2.10.6",
"mysql": "^2.9.0",
"node-uuid": "^1.4.3",
"redis": "^1.0.0",
"sequelize": "^3.6.0"
},
"devDependencies": {
"mocha": "^2.3.3",
"request": "2.65.0",
"vue-loader": "3.0.3"
},
"scripts": {
"test": "supervisor app.js"
},
"keywords": [
"koa",
"blog"
],
"author": "summer",
"license": "MIT"
}