-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
41 lines (41 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
{
"name": "quehui_server",
"version": "1.0.0",
"description": "quehui server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --harmony-async-await bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yujintang/quehui_server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yujintang/quehui_server/issues"
},
"homepage": "https://github.com/yujintang/quehui_server#readme",
"dependencies": {
"bluebird": "^3.4.7",
"formidable": "^1.1.1",
"fs-extra": "^3.0.1",
"koa": "^2.0.1",
"koa-better-body": "^3.0.2",
"koa-logger": "^1.3.1",
"koa-redis": "^2.1.3",
"koa-router": "^7.0.1",
"koa-session-minimal": "^3.0.3",
"lodash": "^4.17.4",
"log4js": "^1.1.0",
"mongoose": "^4.11.3",
"nodemailer": "^3.1.3",
"pg": "^6.4.1",
"qiniu": "^6.1.13",
"request": "^2.79.0",
"sequelize": "^4.3.2",
"shelljs": "^0.7.6",
"uuid": "^3.0.1"
}
}