-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 833 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 833 Bytes
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
{
"name": "fluff-server",
"version": "1.0.3",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"aws-sdk": "^2.596.0",
"content-based-recommender": "^1.4.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "~4.16.1",
"http-errors": "^1.7.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mongoose": "^5.8.3",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"mysql2": "^2.0.2",
"nodemailer": "^6.4.2",
"passport": "^0.4.1",
"path": "^0.12.7",
"rand-token": "^0.4.0",
"redis": "^2.8.0",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"sequelize": "^5.21.3",
"socket.io": "^2.3.0",
"sse": "0.0.8"
}
}