From f3007671f230087d017036992844a04fdc812c22 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 27 Jul 2022 16:26:52 +0200 Subject: add app --- Year_3/Web/notifications/package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Year_3/Web/notifications/package.json (limited to 'Year_3/Web/notifications/package.json') diff --git a/Year_3/Web/notifications/package.json b/Year_3/Web/notifications/package.json new file mode 100644 index 0000000..1a72cbf --- /dev/null +++ b/Year_3/Web/notifications/package.json @@ -0,0 +1,16 @@ +{ + "name": "notifications", + "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