-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 947 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
{
"name": "highwaytohell",
"license": "BSD-3-Clause",
"version": "0.0.1",
"dependencies": {
"airbrake": "2.1.1",
"bee-queue": "^1.5.0",
"bluebird": "3.7.2",
"body-parser": "1.20.1",
"cassandra-driver": "4.6.4",
"connect-redis": "^6.1.3",
"express": "4.19.2",
"express-session": "1.17.3",
"joi": "17.7.0",
"mustache": "4.2.0",
"node-schedule": "2.1.1",
"nodemailer": "6.9.0",
"nodemailer-smtp-transport-upd": "^3.0.1",
"pmx": "1.6.7",
"qrcode": "1.5.1",
"redis": "4.5.1",
"request": "2.88.0",
"speakeasy": "2.0.0",
"twilio": "4.19.3",
"wraplog": "0.1.5"
},
"devDependencies": {
"compression": "latest"
},
"description": "Living easy, living free, season ticket on a one-way ride, asking nothing, leave me be, taking everything in my stride, ...",
"engines": {
"node": "6.9.1"
},
"repository": "https://github.com/faust64/highwaytohell"
}