forked from fdnd-task/pleasurable-ui
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "connecting-people-realtime-web-app-oba",
"version": "0.0.1",
"description": "Hier is onze ontwerp van de Realtime chat/art room die we voor de opdrachtgever Oba realiseren resources",
"main": "server.js",
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Stefan van der Kort",
"license": "MIT",
"dependencies": {
"@lottiefiles/lottie-player": "^1.7.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"helpers": "^0.0.6",
"install": "^0.13.0",
"node": "^20.2.0",
"node-fetch": "^3.3.1",
"npm": "^9.6.7",
"npm-cache": "^0.7.0",
"socket-io-anti-spam": "^2.5.0",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"socket.io-redis": "^6.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jtoufik/connecting-people-realtime-web-app-oba.git"
},
"keywords": [
"node",
"ejs",
"express",
"socket.io"
],
"bugs": {
"url": "https://github.com/jtoufik/connecting-people-realtime-web-app-oba/issues"
},
"homepage": "https://github.com/jtoufik/connecting-people-realtime-web-app-oba#readme"
}