-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 KB
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
{
"name": "expressme",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "supervisor app.js"
},
"dependencies": {
"aws-sdk": "^2.491.0",
"cookie-parser": "~1.4.4",
"crypto-random-string": "^3.3.0",
"debug": "~4.2.0",
"devicon": "^2.2.0",
"dotenv": "^8.2.0",
"express": "~4.17.1",
"express-rate-limit": "^5.1.3",
"express-session": "^1.17.1",
"http-errors": "~1.8.0",
"mem": "^5.1.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"mongoose": "^5.12.5",
"morgan": "1.10.0",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"passport": "^0.4.1",
"passport-github": "^1.1.0",
"pug": "^3.0.1",
"qrcode": "^1.4.4",
"request": "^2.88.0",
"rotating-file-stream": "^2.1.3",
"serve-favicon": "^2.5.0",
"session-file-store": "^1.4.0",
"showdown": "^1.9.1",
"socket.io": "^3.0.3",
"supervisor": "^0.12.0",
"zlib": "^1.0.5"
},
"devDependencies": {
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.0"
}
}