diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2022-07-26 13:05:28 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2022-07-26 13:05:28 +0000 |
| commit | d29b49fc89b608794a2ab9df84e745b864b93b2f (patch) | |
| tree | f69363041986ecbdc9034f0d1789df4cb4d1d613 /Year_3/Web/chat-socket-io/package.json | |
| parent | 60694e0d8630440682fab9675d9bb2ba3126e693 (diff) | |
Chat example
Diffstat (limited to 'Year_3/Web/chat-socket-io/package.json')
| -rw-r--r-- | Year_3/Web/chat-socket-io/package.json | 16 |
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" + } +} |
