OctopusBomb/package.json

17 lines
313 B
JSON
Raw Permalink Normal View History

2023-07-14 20:22:38 +00:00
{
"dependencies": {
"express": "^4.18.2",
"node-p5": "^1.0.4",
"socket.io": "^4.7.1"
},
"scripts": {
"start": "node server.js"
},
"name": "octopusbomb",
"description": "JS Bomberman clone.",
"version": "1.0.0",
"main": "server.js",
"author": "Tomas Krejci",
"license": "ISC"
}