-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 880 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
{
"name": "node_blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Seyi Obaweya",
"license": "ISC",
"dependencies": {
"async-redis": "^1.1.7",
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"connect-sqlite3": "^0.9.11",
"cookie-parser": "1.4.5",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-session": "^1.17.0",
"express-validator": "6.4.0",
"https": "^1.0.0",
"moment": "^2.27.0",
"node-fetch": "^2.6.0",
"parse-link-header": "^1.0.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport.socketio": "^3.7.0",
"request": "^2.88.2",
"socket.io": "^2.3.0",
"socket.io-redis": "^5.3.0",
"uuid": "^7.0.2"
}
}