make deployable

This commit is contained in:
41666 2017-12-29 10:12:54 -06:00
parent eaa1167f16
commit 309aee427e
15 changed files with 317 additions and 886 deletions

View file

@ -10,34 +10,29 @@
},
"dependencies": {
"chalk": "^2.3.0",
"commander": "^2.12.2",
"discord.js": "^11.2.1",
"dotenv": "^4.0.0",
"erlpack": "github:discordapp/erlpack",
"eslint": "^4.12.1",
"eslint-config-standard": "^10.2.1",
"eventemitter3": "^3.0.0",
"eslint": "^4.14.0",
"eslint-config-standard": "^11.0.0-beta.0",
"glob": "^7.1.2",
"immutable": "^3.8.2",
"inquirer": "^4.0.1",
"koa": "^2.4.1",
"koa-better-router": "^2.1.1",
"koa-bodyparser": "^4.2.0",
"koa-passport": "^4.0.1",
"koa-send": "^4.1.2",
"koa-session": "^5.5.1",
"koa-compress": "^2.0.0",
"koa-static": "^4.0.2",
"ksuid": "^0.4.0",
"lru-cache": "^4.1.1",
"passport-discord": "^0.1.3",
"passport-oauth2-refresh": "^1.0.0",
"pg": "^7.4.0",
"pg-hstore": "^2.3.2",
"pm2": "^2.8.0",
"sequelize": "^4.26.0",
"pm2": "^2.9.1",
"sequelize": "^4.28.6",
"socket.io": "^2.0.4",
"standard": "^10.0.3",
"superagent": "^3.8.1",
"superagent": "^3.8.2",
"uuid": "^3.1.0",
"uws": "^9.14.0",
"yargs": "^10.0.3"
"uws": "^9.14.0"
}
}