blob: 33c1df86a0610cc84254488f219eedcd2c0b524c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "list-screen",
"version": "1.0.0",
"description": "Interactive list editor during a presentation",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tom Smeding",
"license": "MIT",
"dependencies": {
"express": "^4.18.1",
"socket.io": "^4.5.1"
}
}
|