-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 891 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 891 Bytes
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
{
"name": "sosca-api",
"version": "0.1.0",
"description": "API endpoints for SOS-CA",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"ejs": "^2.6.2",
"email-templates": "^5.1.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.5",
"express-session": "^1.16.2",
"ini": "^1.3.5",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mysql": "^2.17.1",
"mysql2": "^1.6.5",
"node-cron": "^2.0.3",
"nodemailer": "^6.2.1",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"randomstring": "^1.1.5",
"sequelize": "^5.8.9"
}
}