forked from rankun203/koa-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 KB
/
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
{
"name": "foo",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "./node_modules/.bin/nodemon app/bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"co": "^4.6.0",
"co-body": "^4.0.0",
"co-redis": "^2.0.0",
"debug": "^2.2.0",
"jade": "~1.11.0",
"koa": "^1.1.2",
"koa-bodyparser": "^2.0.1",
"koa-compose": "^2.3.0",
"koa-compress": "^1.0.8",
"koa-convert": "^1.2.0",
"koa-cors": "0.0.16",
"koa-favicon": "^1.2.0",
"koa-json": "^1.1.1",
"koa-jwt": "^1.1.1",
"koa-logger": "^1.3.0",
"koa-mount": "^1.3.0",
"koa-onerror": "^1.2.1",
"koa-rbac": "^1.0.4",
"koa-response-time": "^1.0.2",
"koa-router": "^5.3.0",
"koa-static": "^1.5.2",
"koa-validate": "^0.2.11",
"koa-views": "^3.1.0",
"lodash": "^3.10.1",
"mysql": "^2.10.0",
"redis": "^2.4.2",
"sequelize": "^3.16.0"
},
"devDependencies": {
"gulp-standard": "^5.2.2",
"nodemon": "^1.8.1",
"supertest": "^1.1.0"
}
}