-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 898 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 898 Bytes
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
{
"name": "alticles",
"version": "1.0.0",
"description": "A blog",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "Ephraim Haruna Mamman",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"cloudinary": "^1.33.0",
"concat-stream": "^2.0.0",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^3.1.1",
"datauri": "^4.1.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"install": "^0.13.0",
"joi": "^17.7.0",
"joi-image-extension": "^1.0.0",
"lodash": "^4.17.21",
"mongoose": "^6.7.5",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.0",
"nodemailer-sendgrid-transport": "^0.2.0",
"npm": "^9.3.1",
"passport-local-mongoose": "^7.1.2",
"request": "^2.88.2"
}
}