{ "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": { "body-parser": "^1.19.0", "express": "^4.17.1", "mongodb": "^3.4.1", "nodaemon": "0.0.5", "randomstring": "^1.1.5", "uuid": "^3.4.0" }, "devDependencies": { "nodemon": "^2.0.2" } }