-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 947 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
{
"name": "artic",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"aws-sdk": "^2.486.0",
"cookie-parser": "^1.4.4",
"crypto-promise": "^2.1.0",
"debug": "^2.6.9",
"express": "^4.16.4",
"express-session": "^1.16.2",
"helmet": "^3.18.0",
"http-errors": "^1.7.3",
"jade": "^1.11.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"mongoose": "^5.6.2",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"node-cron": "^2.0.3",
"nodemailer": "^6.3.0",
"nodemailer-smtp-transport": "^2.7.4",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-kakao": "0.0.5",
"passport-local": "^1.0.0",
"promise-mysql": "^3.3.2",
"python-shell": "^1.0.7",
"rand-token": "^0.4.0",
"request": "^2.88.0",
"request-promise": "^4.2.4"
}
}