-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.34 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
48
49
50
51
52
{
"name": "express_authentication",
"version": "1.0.0",
"description": "Express authentication template using Passport + Flash messages + custom middleware",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"start": "node server.js",
"nodemon": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SEIRFX-621/express_authentication.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SEIRFX-621/express_authentication/issues"
},
"homepage": "https://github.com/SEIRFX-621/express_authentication#readme",
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.0.0",
"supertest": "^6.2.4"
},
"dependencies": {
"@dicebear/avatars": "^4.10.5",
"@dicebear/pixel-art-neutral": "^4.10.5",
"@ngneat/falso": "^6.1.0",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"dotenv": "^16.0.2",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.3",
"method-override": "^3.0.0",
"morgan": "^1.10.0",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"sequelize": "^6.21.6",
"sequelize-cli": "^6.5.1",
"server": "^1.0.37"
}
}