-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·40 lines (40 loc) · 933 Bytes
/
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
{
"name": "login-local",
"version": "1.0.0",
"description": "teste de local login com passport",
"main": "app.js",
"scripts": {
"test": "node app.js",
"start": "nodemon app.js"
},
"keywords": [
"login",
"login-local",
"passport",
"express",
"terrasystem"
],
"author": "ailton duarte",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"bcrypt": "^3.0.6",
"body-parser": "*",
"cookie-parser": "^1.4.4",
"cookie-session": "^1.3.3",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"express-mysql-session": "^2.1.0",
"express-session": "^1.16.1",
"express-validator": "*",
"i18n-express": "^1.1.3",
"morgan": "^1.9.1",
"mysql2": "^1.6.5",
"node-sass-middleware": "^0.11.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"sequelize": "^5.8.6",
"serve-favicon": "^2.5.0"
}
}