-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 967 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 967 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
36
37
{
"name": "project2-viragos",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "DEBUG=project2-viragos:* nodemon ./bin/www",
"dev-windows": "nodemon ./bin/www"
},
"dependencies": {
"bcrypt": "^3.0.3",
"bcrypt-salt": "^1.1.3",
"body-parser": "^1.18.3",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.3",
"dotenv": "^6.0.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"hbs": "^4.0.1",
"mongoose": "^5.2.10",
"morgan": "^1.9.0",
"node-sass-middleware": "^0.11.0",
"nodemailer": "^5.1.1",
"passport": "^0.4.0",
"passport-linkedin-oauth2": "^1.6.0",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"serve-favicon": "^2.5.0",
"session": "^0.1.0",
"socket.io": "^2.2.0",
"startbootstrap-4-col-portfolio": "^4.1.1"
},
"devDependencies": {
"nodemon": "^1.12.1"
}
}