summaryrefslogtreecommitdiff
path: root/Year_3/Web/chat-socket-io/package.json
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-07-26 15:05:28 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-07-26 15:05:28 +0200
commitd29b49fc89b608794a2ab9df84e745b864b93b2f (patch)
treef69363041986ecbdc9034f0d1789df4cb4d1d613 /Year_3/Web/chat-socket-io/package.json
parent60694e0d8630440682fab9675d9bb2ba3126e693 (diff)
Chat example
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"
+ }
+}