diff options
author | Raphael <raphaelkabo@gmail.com> | 2020-01-21 11:59:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-21 11:59:48 +0000 |
commit | 481217f28c4b69bdeaf1d11a5d5156f53a6c853b (patch) | |
tree | 8e509ad19d0ec83fd33518cc0b73afd99591854a /package.json | |
parent | 547054b9c1dfd9c49594609fdda78fac3c11938a (diff) | |
parent | 2fafa00849b627a6996243e4070325b8efb05428 (diff) |
Merge pull request #30 from dariusk/newmaster
Federating gathio
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index bce9181..785a059 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "start": "nodemon ./start.js" }, + "engines": { "node" : ">=10.18.1" }, "keywords": [], "author": "", "license": "ISC", @@ -20,6 +21,7 @@ "express-jwt": "^5.3.1", "express-session": "^1.15.6", "express-validator": "^5.3.0", + "generate-rsa-keypair": "^0.2.1", "greenlock": "^2.6.7", "greenlock-express": "^2.6.7", "ical": "^0.6.0", @@ -32,6 +34,8 @@ "multer": "^1.4.1", "node-schedule": "^1.3.1", "randomstring": "^1.1.5", + "request": "^2.88.0", + "sanitize-html": "^1.20.1", "shortid": "^2.2.14" }, "devDependencies": { |