forked from rahman-aarish19/student-management-system
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 733 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 733 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
{
"name": "student_management_system",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"express-url-breadcrumb": "0.0.8",
"faker": "^4.1.0",
"joi": "^13.4.0",
"method-override": "^2.3.10",
"moment": "^2.22.2",
"mongoose": "^5.2.1",
"mongoose-paginate": "^5.0.3",
"multer": "^1.4.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"randomstring": "^1.1.5"
}
}