diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-31 21:08:44 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-31 21:08:44 +0200 |
| commit | 7f0e42556562145dd2cdad402319632bd49d1798 (patch) | |
| tree | 69f6566270f720336def8914593a0391b350ba88 /package.json | |
| parent | 47ca9232e3e6da822938283e2f7a08106330e64d (diff) | |
| download | bridge-7f0e42556562145dd2cdad402319632bd49d1798.tar.gz bridge-7f0e42556562145dd2cdad402319632bd49d1798.zip | |
attempt to find player in db
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 470a8c2..a8a8664 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,11 @@ "amqplib": "^0.5.1", "express": "^4.15.2", "http": "^0.0.0", + "mysql": "^2.13.0", "pg-native": "^1.10.0", "request": "^2.81.0", "request-promise": "^4.2.0", + "sequelize": "^3.30.4", "sleep-promise": "^2.0.0", "webstomp-client": "^1.0.6" }, |
