-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
44
45
{
"name": "koa-pomelo",
"version": "1.0.0",
"description": "koa web container",
"main": "index.js",
"scripts": {
"test": "cd test && node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netssfy/koa-pomelo.git"
},
"keywords": [
"koa",
"web",
"container"
],
"author": "sfy",
"license": "MIT",
"bugs": {
"url": "https://github.com/netssfy/koa-pomelo/issues"
},
"homepage": "https://github.com/netssfy/koa-pomelo#readme",
"dependencies": {
"config": "^1.24.0",
"koa": "^1.2.4",
"koa-bodyparser": "^2.3.0",
"koa-generic-session": "^1.11.4",
"koa-passport": "^1.4.0",
"koa-qs": "^2.0.0",
"koa-static": "^2.0.0",
"lodash": "^4.17.3",
"moment": "^2.17.1",
"mongoose": "^4.7.5",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path-to-regexp": "^1.7.0",
"request-promise": "^4.1.1",
"winston": "^2.3.0",
"winston-daily-rotate-file": "git+https://github.com/winstonjs/winston-daily-rotate-file.git"
},
"devDependencies": {
"koa-router": "^5.4.0"
}
}