forked from sessionboy/sinn-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 903 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
{
"name": "sinn-serve",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=development ./node_modules/.bin/nodemon bin/run ",
"start": "NODE_ENV=production node bin/run ",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"ali-oss": "^4.8.0",
"co": "^4.6.0",
"crypto": "0.0.3",
"debug": "^2.2.0",
"ejs": "~2.3.3",
"koa": "^2.0.0",
"koa-body": "^2.0.0",
"koa-bodyparser": "^3.2.0",
"koa-convert": "^1.2.0",
"koa-json": "^1.1.1",
"koa-logger": "^1.3.0",
"koa-onerror": "^1.2.1",
"koa-router": "^7.0.0",
"koa-session": "^3.4.0",
"koa-static": "^2.0.0",
"koa-views": "^5.0.1",
"md5": "^2.2.1",
"moment": "^2.17.1",
"mongoose": "^4.7.9",
"qiniu": "^6.1.13",
"runkoa": "^1.3.1",
"tracer": "^0.8.7"
},
"devDependencies": {
"nodemon": "^1.8.1"
}
}