You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
393 B
JSON
20 lines
393 B
JSON
{
|
|
"name": "p5.multiplayer",
|
|
"version": "1.0.0",
|
|
"description": "p5.multiplayer example and template",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.16.4",
|
|
"socket.io": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "10.x"
|
|
}
|
|
}
|