Embezzle/package.json
2020-02-15 12:01:01 +02:00

21 lines
606 B
JSON

{
"name": "embezzle",
"version": "0.0.1",
"description": "A \"Simple\" game about resource gathering and betraying ## Goal Sneak as much money into your \"charity\" as possible, try to catch other members of the board stealing funds away into their own coffers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.nannal.com/nannal/Embezzle"
},
"author": "nannal",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"mongodb": "^3.5.3",
"uuid": "^3.4.0"
}
}