-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 767 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
{
"name": "remote-job-alert",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"devDependencies": {
"nodemon": "^1.18.10"
},
"dependencies": {
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^7.0.0",
"express": "~4.16.0",
"express-handlebars": "^3.0.2",
"express-session": "^1.15.6",
"express-validator": "^5.3.1",
"flash": "^1.1.0",
"hbs": "~4.0.1",
"http-errors": "~1.6.2",
"mailgun-js": "^0.22.0",
"lodash": "^4.17.11",
"mongoose": "^5.5.0",
"morgan": "~1.9.0",
"node-fetch": "^2.3.0",
"node-paystack": "^1.0.3",
"nodemailer": "^6.1.0",
"paystack": "^2.0.1",
"validator": "^10.11.0"
}
}