File size: 1,186 Bytes
eef53aa
97f53b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
eef53aa
97f53b4
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
{
  "name": "creating-registration-and-login-form-in-nodejs-and-mongodb",
  "version": "1.0.0",
  "engines": {
    "node": "21.x"
  },
  "description": "This is a user login and registration app using Node.js, Express, Mongoose and express-sessions. ",
  "main": "server.js",
  "dependencies": {
    "@pusher/push-notifications-server": "^1.0.1",
    "axios": "^1.2.5",
    "bcrypt": "^5.0.1",
    "connect-mongo": "^3.0.0",
    "crypto": "^1.0.1",
    "dotenv": "^8.6.0",
    "cors": "^2.8.5",
    "ejs": "^3.0.1",
    "express": "^4.21.2",
    "express-handlebars": "^6.0.6",
    "express-session": "^1.16.2",
    "fcm-node": "^1.3.0",
    "fcm-push": "^1.1.3",
    "firebase": "^9.23.0",
    "firebase-admin": "^11.5.0",
    "form-data": "^4.0.0",
    "google-auth-library": "^9.14.0",
    "jsonwebtoken": "^9.0.0",
    "mailgun.js": "^7.0.0",
    "mongodb": "^6.8.0",
    "mongoose": "^8.9.1",
    "morgan": "^1.10.0",
    "multer": "^1.4.5-lts.1",
    "nodemailer": "^6.7.7",
    "nodemon": "^2.0.16",
    "salted-md5": "^4.0.5"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "nodemon server.js",
    "build": "nodemon server.js"
  }
}