-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 756 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
{
"name": "FireHubWeb",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@sendgrid/mail": "^6.4.0",
"archiver": "^3.0.0",
"bcrypt": "^5.1.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"cookie-parser": "~1.4.4",
"debug": "~4.1.1",
"express": "~4.16.4",
"express-session": "^1.16.1",
"http-errors": "~1.7.2",
"jquery": "^3.4.1",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"node-schedule": "^1.3.2",
"node-unzip-2": "^0.2.8",
"pg": "^8.14.1",
"popper": "^1.0.1",
"popper.js": "^1.15.0",
"pug": "^2.0.3",
"session-file-store": "^1.2.0",
"unzip": "^0.1.11",
"unzip2": "^0.2.5",
"uuid": "^3.3.2"
}
}