-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 733 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 733 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
{
"name": "todo",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node bin/www"
},
"dependencies": {
"async": "^3.2.0",
"bcrypt": "^5.0.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"email-check": "^1.1.0",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.9.1",
"nodemailer": "^6.4.11",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"sequelize": "^6.3.5",
"sequelize-cli": "^6.2.0",
"socket.io": "^2.3.0",
"sqlite3": "^5.0.0"
}
}