You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cardGame/package.json

21 lines
410 B
JSON

{
"name": "cardgame",
"version": "0.0.1",
"description": "Card Game",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eperezcosano/Uno.git"
},
"author": "Nathan (Aney) Steel",
"license": "???",
"homepage": "anetwork.uk",
"dependencies": {
"express": "^4.21.0",
"socket.io": "^4.8.0"
}
}