summaryrefslogtreecommitdiff
path: root/Year_3/Web/chat-socket-io/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'Year_3/Web/chat-socket-io/package.json')
-rw-r--r--Year_3/Web/chat-socket-io/package.json16
1 files changed, 16 insertions, 0 deletions
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"
+ }
+}