Embezzle/package.json

25 lines
688 B
JSON
Raw Normal View History

2020-02-15 10:01:01 +00:00
{
"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": {
2020-02-15 14:59:27 +00:00
"body-parser": "^1.19.0",
2020-02-15 10:01:01 +00:00
"express": "^4.17.1",
2020-02-15 23:22:09 +00:00
"mongodb": "^3.4.1",
2020-02-15 10:01:01 +00:00
"uuid": "^3.4.0"
2020-02-15 23:22:09 +00:00
},
"devDependencies": {
"nodemon": "^2.0.2"
2020-02-15 10:01:01 +00:00
}
}