-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 995 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": "student-dashboard",
"version": "1.0.0",
"description": "Student Dashboard web application",
"main": "index.js",
"dependencies": {
"@hapi/joi": "^17.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-mongodb-session": "^2.4.1",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"eslint": "^7.19.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongodb": "^3.6.4",
"mongoose": "^5.11.14",
"nodemon": "^2.0.7"
},
"devDependencies": {},
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saisatwik99/Student-Dashboard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/saisatwik99/Student-Dashboard/issues"
},
"homepage": "https://github.com/saisatwik99/Student-Dashboard#readme"
}