-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.09 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
{
"name": "flipho_chat_room",
"version": "1.0.0",
"description": "An Flipho_Chat_Room website, based on the **MERN** stack. In this app, i use firebase for google authentication and for hosting. Pusher is use for realtime chat. [Visit the live website](https://chatapp-e2bfc.web.app/)",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node backend/server.js",
"server": "nodemon backend/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gaurav147-star/Flipho_Chat_Room.git"
},
"author": "Gaurav Gupta",
"license": "ISC",
"bugs": {
"url": "https://github.com/gaurav147-star/Flipho_Chat_Room/issues"
},
"homepage": "https://github.com/gaurav147-star/Flipho_Chat_Room#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.2.1",
"nodemon": "^2.0.22",
"socket.io": "^4.6.2"
}
}