-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.21 KB
/
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
42
43
44
45
46
47
48
{
"name": "hab",
"version": "1.0.0",
"description": "HAB website",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pranjal5399/SWC_HAB_Website.git"
},
"keywords": [
"node.js",
"mongodb",
"express.js"
],
"author": "Pranjal, Ashish, Simran, Rahul, Bhargav, Loknath",
"license": "ISC",
"bugs": {
"url": "https://github.com/pranjal5399/SWC_HAB_Website/issues"
},
"homepage": "https://github.com/pranjal5399/SWC_HAB_Website#readme",
"dependencies": {
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-session": "^1.4.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-mongo-sanitize": "^2.0.2",
"express-session": "^1.17.1",
"fs": "0.0.1-security",
"helmet": "^4.4.1",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongodb": "^3.6.3",
"mongoose": "^5.11.12",
"multer": "^1.4.2",
"nodemon": "^2.0.14",
"passport": "^0.4.1",
"passport-azure-ad-oauth2": "^0.0.4",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0",
"passport-oauth2": "^1.6.1"
}
}