-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.49 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "findmyhome",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prod_start": "NODE_ENV=production nodemon index.js"
},
"keywords": [
"FindMyHome",
"findmyhome",
"homefinder",
"home",
"heroku",
"homeforRent"
],
"author": "Harsh Mittal",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"connect": "^3.7.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"del": "^6.0.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.1",
"fs": "0.0.1-security",
"gulp": "^4.0.2",
"gulp-cssnano": "^2.1.3",
"gulp-imagemin": "^7.1.0",
"gulp-rev": "^9.0.0",
"gulp-sass": "^4.1.0",
"gulp-uglify-es": "^2.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.13",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"node-sass-middleware": "^0.11.0",
"nodemailer": "^6.4.17",
"nodemon": "^2.0.7",
"noty": "^3.2.0-beta",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-one-session-per-user": "^1.0.3",
"path": "^0.12.7",
"rotating-file-stream": "^2.1.5"
},
"engines": {
"node": "12.18.3"
},
"devDependencies": {
"nodemon": "2.0.7"
}
}