-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 878 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
{
"name": "comfort-first",
"version": "1.0.0",
"description": "- Zhoha Damani\r - Megha\r - Joel\r - Mihir\r - Aakash",
"main": "db.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zhoha28/Comfort-first.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Zhoha28/Comfort-first/issues"
},
"homepage": "https://github.com/Zhoha28/Comfort-first#readme",
"dependencies": {
"bootstrap": "^5.2.0",
"express": "^4.18.1",
"jquery": "^3.6.0",
"moment": "^2.29.4",
"mongoose": "^6.4.7",
"nodemon": "^2.0.19",
"path": "^0.12.7",
"popper.js": "^1.16.1",
"react-stripe-checkout": "^2.6.3",
"server": "^1.0.37",
"stripe": "^9.16.0",
"uuid": "^8.3.2"
}
}