-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1011 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
{
"name": "TodoScriptV1",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node bin/www",
"dev": "./node_modules/.bin/nodemon bin/www",
"prd": "pm2 start bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"debug": "^2.6.3",
"jsonwebtoken": "^8.2.1",
"koa": "^2.2.0",
"koa-body": "^2.5.0",
"koa-bodyparser": "^3.2.0",
"koa-convert": "^1.2.0",
"koa-generic-session": "^2.0.1",
"koa-generic-session-mongo": "^0.4.0",
"koa-json": "^2.0.2",
"koa-logger": "^2.0.1",
"koa-onerror": "^1.2.1",
"koa-passport": "^4.0.1",
"koa-pg-session": "^2.0.1",
"koa-router": "^7.1.1",
"koa-static": "^3.0.0",
"koa-views": "^5.2.1",
"monk": "^6.0.5",
"node-schedule": "^1.3.0",
"nodemailer": "^4.6.4",
"passport-local": "^1.0.0",
"pug": "^2.0.0-rc.1",
"tracer": "^0.8.15",
"uuid": "^3.2.1",
"xss": "^0.3.8"
},
"devDependencies": {
"nodemon": "^1.8.1"
}
}