2021-03-17 23:09:39 +01:00
|
|
|
{
|
|
|
|
"name": "mapguesser-multi",
|
|
|
|
"version": "",
|
|
|
|
"description": "MapGuesser Application - Multiplayer",
|
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
|
|
|
"dotenv": "^8.2.0",
|
|
|
|
"ws": "^7.4.4"
|
|
|
|
},
|
|
|
|
"scripts": {},
|
2021-04-29 00:58:20 +02:00
|
|
|
"author": "Pőcze Bence and The MapGuesser Contributors <bence@pocze.ch>",
|
2021-03-17 23:09:39 +01:00
|
|
|
"license": "GNU AGPL 3.0"
|
|
|
|
}
|