-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 942 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
39
40
41
{
"name": "allthingsmore",
"version": "1.0.0",
"description": "A simple betting app",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Betting",
"Allthingsmore",
"Win"
],
"author": "Muritala David",
"license": "MIT",
"dependencies": {
"axios": "^0.21.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-robots-txt": "^0.5.0",
"express-validator": "^6.6.1",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.3",
"mongoose": "^5.10.13",
"node-fetch": "^2.6.1",
"nodemailer-express-handlebars": "^4.0.0",
"nodemon": "^2.0.6",
"path": "^0.12.7",
"serve-favicon": "^2.5.0",
"bcrypt": "^5.0.0",
"nodemailer": "^6.4.15"
},
"engines": {
"node": "12.18.4"
}
}