From d29b49fc89b608794a2ab9df84e745b864b93b2f Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 26 Jul 2022 15:05:28 +0200 Subject: Chat example --- Year_3/Web/chat-socket-io/package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Year_3/Web/chat-socket-io/package.json (limited to 'Year_3/Web/chat-socket-io/package.json') diff --git a/Year_3/Web/chat-socket-io/package.json b/Year_3/Web/chat-socket-io/package.json new file mode 100644 index 0000000..573d370 --- /dev/null +++ b/Year_3/Web/chat-socket-io/package.json @@ -0,0 +1,16 @@ +{ + "name": "chat-socket-io", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC", + "dependencies": { + "express": "^4.18.1", + "pug": "^3.0.2", + "socket.io": "^4.5.1" + } +} -- cgit v1.2.3-18-g5258