generated from COPS-IITBHU/ubiquitous_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "fmcweekend",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": "Chinmay",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"connect-mongo": "^4.4.0",
"cookie-parser": "^1.4.5",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.5",
"exceljs": "^4.2.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-session-sequelize": "^2.3.0",
"google-auth-library": "^7.0.2",
"https": "^1.0.0",
"instamojo-nodejs": "^0.0.5",
"method-override": "^3.0.0",
"mongoose": "^6.0.5",
"nodemailer": "^6.5.0",
"nodemon": "^2.0.15",
"passport": "^0.5.2",
"passport-google-oauth20": "^2.0.0",
"passport-google-oidc": "^0.1.0",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"query-string": "^6.14.0",
"randomstring": "^1.1.5",
"sequelize": "^6.6.2",
"url": "^0.11.0",
"validator": "^13.6.0"
}
}