-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 930 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
{
"name": "iabroker",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@mdi/font": "^5.9.55",
"bouncy": "^3.2.2",
"captchapng": "0.0.1",
"compression": "^1.7.4",
"cookie-encrypter": "^1.0.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-status-monitor": "^1.3.3",
"helmet": "^3.22.0",
"http-errors": "~1.6.2",
"isbot": "^3.0.27",
"isbot-fast": "^1.2.0",
"jade": "~1.11.0",
"jsnlog": "^2.29.0",
"jsnlog-nodejs": "^2.29.0",
"kavenegar": "^1.1.4",
"mongoose": "^5.10.7",
"morgan": "~1.9.0",
"mosca": "^2.8.3",
"mqtt": "^2.18.8",
"multer": "^1.4.2",
"node-cron": "^3.0.0",
"nodemailer": "^6.3.1",
"request": "^2.88.0",
"secure-random-password": "^0.1.0",
"tz-offset": "0.0.2",
"vm2": "^3.8.4",
"web-push": "^3.4.1"
}
}