-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.02 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
{
"name": "revision",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "jest --watchAll --verbose",
"start": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"connect-ensure-login": "^0.1.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"joi": "^17.9.1",
"mongodb": "^5.1.0",
"mongoose": "^7.0.2",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.21",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0",
"redis": "^3.1.2",
"session-file-store": "^1.5.0"
},
"devDependencies": {
"jest": "^29.5.0",
"supertest": "^6.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abra-abe/online-voting.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/abra-abe/online-voting/issues"
},
"homepage": "https://github.com/abra-abe/online-voting#readme",
"description": ""
}