diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-30 16:17:01 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-30 16:17:01 +0200 |
| commit | c002b62c2a8fc7b973f823d64e635457a9978150 (patch) | |
| tree | f8e50ff67005f76d2010e5367c7c38d946474db1 | |
| parent | 3f68bd525d7ae93b305225b4491364c3c74f7f5a (diff) | |
| download | apigrabber-c002b62c2a8fc7b973f823d64e635457a9978150.tar.gz apigrabber-c002b62c2a8fc7b973f823d64e635457a9978150.zip | |
update package.json
| -rw-r--r-- | package.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json index 401ffb8..36d37f1 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,15 @@ "version": "2.0.0", "description": "", "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" + }, + "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, |
