-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "first_express_project",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon main.js",
"debug": "DEBUG=* node main"
},
"keywords": [],
"author": "dreywesson",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-partials": "^0.3.0",
"express-session": "^1.17.1",
"express-validator": "^5.3.1",
"http-status-codes": "^1.4.0",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongodb": "^3.6.0",
"mongoose": "^5.9.28",
"morgan": "^1.10.0",
"passport": "^0.4.1",
"passport-local-mongoose": "^6.0.1",
"rand-token": "^1.0.1",
"socket.io": "^2.3.0"
},
"devDependencies": {
"eslint": "^7.7.0"
}
}