forked from 66rhythm/Online_Classroom_Web_App
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 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
44
{
"name": "assignment_hw_webapp",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"bcrypt": "^4.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"custom": "0.0.0",
"dotenv": "^8.2.0",
"ejs": "^3.0.2",
"env": "0.0.2",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-favicon": "^2.0.1",
"express-fileupload": "^1.1.7-alpha.3",
"express-flash": "0.0.2",
"express-layouts": "^1.0.0",
"express-session": "^1.17.0",
"fs": "0.0.1-security",
"gridfs-stream": "^1.1.1",
"method-override": "^3.0.0",
"mongo": "^0.1.0",
"mongod": "^2.0.0",
"mongoose": "^5.9.7",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.0.3",
"nodemon": "^2.0.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"request": "^2.88.2",
"serve-favicon": "^2.5.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"devStart": "nodemon app.js"
},
"author": "Deeksha Sharma",
"license": "ISC"
}