-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 907 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
{
"name": "secure-text-transfer",
"version": "1.0.0",
"description": "This is a project based on cloud",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rohan Das",
"license": "ISC",
"dependencies": {
"awesome-notifications": "^3.1.3",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"mongoose": "^6.6.5",
"mongoose-find-or-create": "^1.3.1",
"mongoose-findorcreate": "^3.0.0",
"node-rsa": "^1.1.1",
"nodemailer": "^6.9.0",
"nodemon": "^2.0.20",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^7.1.2",
"passport-oauth2": "^1.6.1",
"pug": "^3.0.2",
"router": "^1.3.7",
"rsa-aes": "^1.0.5"
}
}