mirror of
https://github.com/Rushilwiz/feud.git
synced 2025-04-04 04:20:18 -04:00
17 lines
372 B
JSON
17 lines
372 B
JSON
{
|
|
"name": "feud",
|
|
"version": "1.0.0",
|
|
"description": "Family Feud app for Hoco 2022",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:Rushilwiz/feud.git",
|
|
"author": "Rushil Umaretiya <rushilwiz@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.18.1",
|
|
"socket.io": "^4.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.19"
|
|
}
|
|
}
|