forked from rituparna-ui/eligram-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 949 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": "eligram",
"version": "1.0.0",
"description": "Photo sharing app in NodeJS",
"main": "index.js",
"scripts": {
"test": "nodemon .",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/rituparna-ui/eligram.git"
},
"author": "Rituparna Warwatkar",
"license": "MIT",
"bugs": {
"url": "https://github.com/rituparna-ui/eligram/issues"
},
"homepage": "https://github.com/rituparna-ui/eligram#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^3.1.0",
"cors": "^2.8.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"express-validator": "^6.12.1",
"mongoose": "^6.0.6",
"multer": "^1.4.3",
"nodemailer": "^6.6.3",
"qrcode": "^1.4.4",
"sharp": "^0.29.1",
"speakeasy": "^2.0.0"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}