-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1019 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
{
"name": "story",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "nodemon bin/www",
"dev": "./node_modules/.bin/nodemon bin/www",
"prd": "pm2 start bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015-node5": "^1.2.0",
"babel-preset-stage-3": "^6.24.1",
"captchapng": "^0.0.1",
"chalk": "^2.4.2",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"debug": "^2.6.3",
"ejs": "~2.3.3",
"formidable": "^1.2.1",
"jsonwebtoken": "^8.5.1",
"koa": "^2.2.0",
"koa-body": "^4.1.0",
"koa-bodyparser": "^3.2.0",
"koa-convert": "^1.2.0",
"koa-json": "^2.0.2",
"koa-jwt": "^3.5.1",
"koa-logger": "^2.0.1",
"koa-onerror": "^1.2.1",
"koa-router": "^7.1.1",
"koa-static": "^3.0.0",
"koa-views": "^5.2.1",
"mongodb": "^3.2.3",
"mongoose": "^5.4.22",
"socket.io": "^2.2.0"
},
"devDependencies": {
"nodemon": "^1.8.1"
}
}