-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.09 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
46
47
{
"name": "quickmet",
"version": "1.0.0",
"description": "meeting app",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amilamujkic/QuickMet.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/amilamujkic/QuickMet/issues"
},
"homepage": "https://github.com/amilamujkic/QuickMet#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-fileupload": "^1.1.7-alpha.3",
"express-session": "^1.17.1",
"jest": "^26.0.1",
"jsonwebtoken": "^8.5.1",
"mocha": "^8.0.1",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"mz": "^2.7.0",
"nodemailer": "^6.4.10",
"pg": "^8.2.1",
"sequelize": "^5.21.13",
"sequelize-cli": "^5.5.1",
"socket.io": "^2.3.0",
"superset": "^1.0.1",
"then-busboy": "^5.0.0-beta.2",
"uuid": "^8.1.0"
},
"devDependencies": {
"supertest": "^4.0.2"
}
}