-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 996 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 996 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
37
38
39
{
"name": "software-engineering-project",
"version": "0.0.1",
"scripts": {
"start": "node app.js",
"test": "mocha"
},
"dependencies": {
"bcrypt": "^3.0.6",
"bootstrap": "^4.3.1",
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"connect-pg-simple": "^5.0.0",
"consolidate": "^0.15.1",
"cookie-parser": "^1.4.4",
"docx-extractor": "^1.1.5",
"docxtemplater": "^3.10.1",
"dotenv": "^6.2.0",
"ejs": "^2.6.1",
"express": "latest",
"express-fileupload": "^1.1.4",
"express-flash-notification": "^0.5.0",
"express-handlebars": "^3.0.2",
"express-session": "^1.16.1",
"express-validator": "^5.3.1",
"hbs": "^4.0.4",
"jquery": "^3.4.0",
"jsdom": "^13.2.0",
"jwt-simple": "^0.5.6",
"mammoth": "^1.4.8",
"mocha": "^6.1.4",
"nodemailer": "^5.1.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.10.0",
"textract": "^2.4.0",
"url-search-params-polyfill": "^5.1.0"
}
}