-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 991 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
35
36
37
38
39
{
"name": "w22",
"version": "1.0.0",
"description": "Website for Wissenaire 22",
"main": "app.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Navaneeth-Bysani/w22.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Navaneeth-Bysani/w22/issues"
},
"homepage": "https://github.com/Navaneeth-Bysani/w22#readme",
"dependencies": {
"body-parser": "^1.19.1",
"cookie-session": "^2.0.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-mongo-sanitize": "^2.2.0",
"helmet": "^5.0.2",
"hpp": "^0.2.3",
"mongoose": "^6.2.3",
"mysql": "^2.18.1",
"nodemailer": "^6.7.2",
"nodemon": "^2.0.15",
"passport": "^0.5.2",
"passport-google-oauth20": "^2.0.0",
"razorpay": "^2.8.1",
"validator": "^13.7.0",
"xss-clean": "^0.1.1"
}
}