diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-31 20:43:42 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-31 20:43:42 +0200 |
| commit | 6a0a5fafb3f7f3b5c8c8cdefa25fefb4b3e9ddfb (patch) | |
| tree | 6ea32085752919608490e2940d0795ba49af7ac5 /package.json | |
| parent | c002b62c2a8fc7b973f823d64e635457a9978150 (diff) | |
| download | apigrabber-6a0a5fafb3f7f3b5c8c8cdefa25fefb4b3e9ddfb.tar.gz apigrabber-6a0a5fafb3f7f3b5c8c8cdefa25fefb4b3e9ddfb.zip | |
send processor matches and players seperately; refactor
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 36d37f1..2c49a8f 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,11 @@ "main": "worker.js", "dependencies": { "amqplib": "^0.5.1", - "json_": "^1.0.0", "request": "^2.81.0", "request-promise": "^4.2.0", - "superagent-jsonapify": "^1.4.4", - "sleep-promise": "^2.0.0" + "sleep-promise": "^2.0.0", + "snakecase-keys": "^1.1.0", + "superagent-jsonapify": "^1.4.4" }, "devDependencies": {}, "scripts": { |
