Testing and bugfixing

This commit is contained in:
2018-10-26 23:18:58 +11:00
parent 165d7526a3
commit 915a07dd62
7 changed files with 27 additions and 24 deletions

View File

@@ -1,17 +0,0 @@
{
"name": "Sanctuary",
"version": "1.0.0",
"description": "A text-based massively multiplayer game about the survival of the fittest.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tim",
"license": "ISC",
"dependencies": {
"discord.io": "github:woor/discord.io#gateway_v6",
"dotenv": "^6.0.0",
"node-cron": "^1.2.1",
"sync-request": "^6.0.0"
}
}