-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "ruvaan-2022",
"version": "1.0.0",
"description": "## Initial:",
"main": "app.js",
"scripts": {
"test": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metavinayak/Ruvaan-2022.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/metavinayak/Ruvaan-2022/issues"
},
"homepage": "https://github.com/metavinayak/Ruvaan-2022#readme",
"dependencies": {
"async": "^3.2.3",
"connect-flash": "^0.1.1",
"crypto": "^1.0.1",
"dotenv": "^15.0.1",
"ejs": "^3.1.7",
"ejs-mate": "^3.0.0",
"express": "^4.17.3",
"express-session": "^1.17.2",
"https": "^1.0.0",
"mongoose": "^5.13.15",
"mongoose-findorcreate": "^3.0.0",
"nodemailer": "^6.7.2",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0"
},
"engines": {
"node": "14.x"
}
}