-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 879 Bytes
/
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
{
"name": "webapp",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "mocha",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Oshanath/WebApp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Oshanath/WebApp/issues"
},
"homepage": "https://github.com/Oshanath/WebApp#readme",
"dependencies": {
"archiver": "^5.2.0",
"bcrypt": "^5.0.0",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-easy-zip": "^1.1.5",
"express-fileupload": "^1.2.1",
"express-zip": "^3.0.0",
"fs": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mocha": "^8.2.1",
"mongoose": "^5.11.10",
"multer": "^1.4.2",
"nodemailer": "^6.4.17",
"nodemon": "^2.0.7",
"uuid": "^8.3.2"
}
}