forked from jketterl/receiverbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 KB
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
{
"name": "receiverbook",
"version": "0.0.1",
"description": "Online receiver directory",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jketterl/receiverbook.git"
},
"author": "Jakob Ketterl",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/jketterl/receiverbook/issues"
},
"homepage": "https://github.com/jketterl/receiverbook#readme",
"dependencies": {
"@mdi/font": "^5.3.45",
"aws-sdk": "^2.696.0",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.0",
"compression": "^1.7.4",
"connect-mongodb-session": "^2.3.2",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.1",
"jquery": "^3.5.1",
"jsdom": "^16.2.2",
"jsonwebtoken": "^8.5.1",
"jwk-to-pem": "^2.0.3",
"maidenhead": "^1.0.7",
"moment": "^2.26.0",
"mongoose": "^5.11.9",
"node-cache": "^5.1.2",
"passport": "^0.4.1",
"passport-oauth2": "^1.5.0",
"popper.js": "^1.16.1",
"semver": "^7.3.2",
"si-prefix": "^0.2.0"
}
}