-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 831 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 831 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
{
"name": "vs-prac",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@admin-bro/express": "^3.0.1",
"@admin-bro/mongoose": "^1.1.0",
"admin-bro": "^3.3.1",
"argon2": "^0.27.1",
"bcrypt": "^5.0.0",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"express-session": "^1.17.1",
"gridfs-stream": "^1.1.1",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongoose": "^5.11.8",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.2.0",
"nodemon": "^2.0.6",
"validator": "^13.5.2"
},
"engines": {
"node": "12.x"
}
}