14 lines
294 B
JSON
14 lines
294 B
JSON
{
|
|
"name": "multiplayer-whiteboard",
|
|
"version": "1.0.0",
|
|
"description": "A drawing program where everyone shares the same whiteboard",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.17.2",
|
|
"socket.io": "^4.4.1"
|
|
},
|
|
"license": "GPL"
|
|
}
|