CountryGuessr/package.json

10 lines
285 B
JSON

{
"name": "countryguessr",
"version": "1.0.0-ALPHA",
"description": "The server of the CountryGuesser game",
"main": "server/index.js",
"repository": "https://github.com/gnmyt/CountryGuessr.git",
"author": "Mathias Wagner <germannewsmaker@gmail.com>",
"license": "MIT"
}