-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
31 lines (31 loc) · 914 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
{
"name": "alumnus",
"version": "1.0.0",
"description": "This is an Alumni Management System",
"main": "\u001b[D\u001b[D\u001b[D\u001bapp\u001b[3~\u001b[3~\u001b[C\u001b",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ayush23Dash/Alumni_Management_System.git"
},
"author": "Ayush Shankar",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ayush23Dash/Alumni_Management_System/issues"
},
"homepage": "https://github.com/Ayush23Dash/Alumni_Management_System#readme",
"dependencies": {
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"flash": "^1.1.0",
"mongoose": "^5.9.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1"
}
}