-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 914 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
{
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.3",
"concurrently": "^8.2.2",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.9",
"express": "^4.19.2",
"livereload": "^0.9.3",
"mongodb": "^6.5.0",
"mongoose": "^8.3.0"
},
"devDependencies": {
"nodemon": "^3.1.0"
},
"scripts": {
"dev": "nodemon server.js",
"start": "nodemon server.js"
},
"name": "frontend",
"version": "1.1.0",
"main": "server.js",
"keywords": [],
"author": "Gautham",
"license": "ISC",
"description": "one stop last minute prep",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/friedavocadoes/LumberGumber.git"
},
"bugs": {
"url": "https://github.com/friedavocadoes/LumberGumber/issues"
},
"homepage": "https://github.com/friedavocadoes/LumberGumber#readme"
}