summaryrefslogtreecommitdiff
path: root/Year_3/Web/notifications/package.json
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-07-27 16:26:52 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-07-27 16:26:52 +0200
commitf3007671f230087d017036992844a04fdc812c22 (patch)
tree39a1e1a17ea8744bc40f34a8091aafeae06b4f99 /Year_3/Web/notifications/package.json
parentcf7e0630c77b8f0e9660e3e633e10ea3db116387 (diff)
add app
Diffstat (limited to 'Year_3/Web/notifications/package.json')
-rw-r--r--Year_3/Web/notifications/package.json16
1 files changed, 16 insertions, 0 deletions
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"
+ }
+}