-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "collector-kompetens-rsvp",
"version": "0.1.0",
"description": "Collector Bank kompetens RSVP application",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.16.4",
"ejs": "^2.7.1",
"ejs-lint": "^0.3.0",
"moment": "2.24.0",
"body-parser": "1.19.0",
"passport": "0.4.0",
"passport-azure-ad": "4.1.0",
"cookie-parser": "1.4.4",
"express-session": "1.16.2",
"method-override": "3.0.0",
"mongodb": "^3.3.2",
"mongodb-core": "^3.2.6",
"express-async-handler": "^1.1.4",
"csv-stringify": "^5.3.3",
"ical-generator": "^1.8.1",
"@sendgrid/mail": "^6.4.0",
"moment-timezone": "^0.5.26",
"node-excel-export": "^1.4.4",
"markdown-it": "^10.0.0",
"multer": "^1.4.2",
"multer-gridfs-storage": "^3.2.3"
},
"engines": {
"node": "8.x"
},
"repository": {
"url": "https://github.com/collector-bank/collector-kompetens-rsvp"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}