-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 918 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
36
37
38
{
"name": "notesapp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www"
},
"dependencies": {
"bcrypt": "^3.0.4",
"bootstrap": "^4.3.1",
"cookie-parser": "~1.4.3",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"dotenv": "^6.2.0",
"express": "~4.16.0",
"express-recaptcha": "^4.1.1",
"express-session": "^1.15.6",
"font-awesome": "^4.7.0",
"helmet": "^3.15.1",
"http-errors": "~1.6.2",
"jquery": "^3.3.1",
"mongodb": "^3.1.13",
"mongoose": "^5.4.15",
"morgan": "~1.9.0",
"node-sass-middleware": "0.11.0",
"nodemailer": "^5.1.1",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-github": "^1.1.0",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0",
"pug": "^2.0.3"
},
"devDependencies": {
"nodemon": "^1.18.10"
}
}