-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1000 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1000 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
37
38
{
"name": "accountabilibuddies",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/Mark-Klocek/AccountaBiliBuddies#readme",
"bugs": {
"url": "https://github.com/Mark-Klocek/AccountaBiliBuddies/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mark-Klocek/AccountaBiliBuddies.git"
},
"license": "MIT",
"author": "Mark Klocek",
"type": "module",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"dependencies": {
"bcrypt": "^6.0.0",
"bootstrap": "^5.3.7",
"connect-mongo": "^5.1.0",
"dotenv": "^17.2.1",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-flash": "^0.0.2",
"express-session": "^1.18.2",
"method-override": "^3.0.0",
"mongoose": "^8.17.1",
"morgan": "^1.10.1",
"nodemon": "^3.1.10",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"validator": "^13.15.15"
}
}