forked from lowercasename/gathio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.09 KB
/
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": "gathio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon ./start.js"
},
"engines": {
"node": ">=10.18.1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"express-fileupload": "^1.1.1-alpha.1",
"express-handlebars": "^3.0.0",
"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",
"ical-generator": "^1.9.2",
"jimp": "^0.6.0",
"jsonwebtoken": "^8.4.0",
"marked": "^0.7.0",
"moment-timezone": "^0.5.26",
"mongoose": "^5.7.5",
"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.15"
},
"devDependencies": {
"eslint": "^6.1.0",
"nodemon": "^1.18.6"
}
}