-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 1.05 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
{
"name": "inventory-buddy",
"version": "1.0.0",
"description": "Write a short sentence or two about this project and what it does. Be sure to include a link and a screenshot (we're front end devs so we can actually see our work!).",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.0.1",
"connect-mongo": "^3.2.0",
"dotenv": "^8.6.0",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-flash": "^0.0.2",
"express-session": "^1.17.3",
"mongodb": "^3.7.3",
"mongoose": "^5.13.15",
"morgan": "^1.10.0",
"nodemon": "^2.0.19",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"validator": "^13.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brynnsmith/inventory-buddy.git"
},
"bugs": {
"url": "https://github.com/brynnsmith/inventory-buddy/issues"
},
"homepage": "https://github.com/brynnsmith/inventory-buddy#readme"
}