-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1003 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
42
43
44
45
46
47
{
"name": "registrar",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node index.js"
},
"repository": {
"type": "git"
},
"keywords": [
"node",
"mongodb",
"express.js",
"mongoose",
"http-server"
],
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.2.0",
"axios": "^0.20.0",
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"compression": "^1.7.2",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.16.3",
"glob": "^7.1.2",
"jsonwebtoken": "^8.2.1",
"lodash": "^4.17.20",
"method-override": "^2.3.10",
"mongoose": "^5.1.2",
"mongoose-timestamp": "^0.6.0",
"morgan": "^1.9.0",
"nodemailer": "^6.4.11",
"owasp-password-strength-test": "^1.3.0",
"path": "^0.12.7",
"qrcode": "^1.4.4",
"uuid": "^8.3.0",
"validator": "^10.2.0",
"winston": "^2.2.0",
"winston-logrotate": "^1.3.0"
}
}