-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "task4society_backend",
"version": "1.0.0",
"description": "Task4Society - atividades ao ar livre",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"cookie-session": "^1.3.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-myconnection": "^1.0.4",
"express-sanitizer": "^1.0.5",
"express-session": "^1.17.0",
"express-validator": "^5.3.1",
"heroku": "^7.35.1",
"install": "^0.12.2",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"mysql": "^2.17.1",
"mysql2": "^2.0.1",
"node-gyp": "^6.0.1",
"nodemailer": "^6.4.2",
"nodemailer-smtp-transport": "^2.7.4",
"npm": "^6.14.6",
"passport": "^0.4.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"sequelize": "^5.21.2"
},
"devDependencies": {
"nodemon": "^1.19.4"
},
"engines": {
"node": "^10.16.3"
}
}