board/package.json
sample-text-here cf9d16f324 oop
2022-01-06 18:00:00 -08:00

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"
}