-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.11 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
42
43
44
45
46
47
48
{
"name": "fundito",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"test": "mocha"
},
"dependencies": {
"assert": "^2.0.0",
"aws-sdk": "^2.596.0",
"chai": "^4.2.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-session": "^1.17.0",
"fb": "^2.0.0",
"fcm-node": "^1.5.2",
"firebase": "^7.6.1",
"firebase-admin": "^8.9.0",
"hangul-js": "^0.2.6",
"helmet": "^3.21.2",
"http-errors": "^1.6.3",
"jade": "^1.11.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"node-cron": "^2.0.3",
"nodemon": "^2.0.2",
"oauth2": "0.0.1",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-kakao": "^1.0.0",
"passport-local": "^1.0.0",
"pbkdf2": "^3.0.17",
"promise-mysql": "^4.1.1",
"rand-token": "^0.4.0",
"random-token": "0.0.8",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"supertest": "^4.0.2"
},
"devDependencies": {
"mocha": "^7.0.0"
}
}