-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 980 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
39
40
41
{
"name": "lms",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": " cd backend && node server.js ",
"server": "nodemon app.js"
},
"engines": {
"node": "10.16.3"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"config": "^3.2.5",
"connect-mongo": "^3.2.0",
"connect-redis": "^4.0.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"dotenv-extended": "^2.4.0",
"ejs": "^3.1.2",
"express": "^4.17.1",
"express-session": "^1.17.0",
"formidable": "^1.2.2",
"fs": "0.0.1-security",
"gridfs": "^1.0.0",
"gridfs-stream": "^1.1.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"method-override": "^3.0.0",
"mongodb": "^3.5.3",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.0.3",
"path": "^0.12.7",
"redis": "^2.8.0"
}
}