summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-24 15:01:45 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-24 15:01:45 +0200
commit40b6b757a9127d96acd99c5fb8b54f17a36482d0 (patch)
treeae759617d36a2ee61cba19c8874d123c8d3108bd /package.json
downloadsampler-40b6b757a9127d96acd99c5fb8b54f17a36482d0.tar.gz
sampler-40b6b757a9127d96acd99c5fb8b54f17a36482d0.zip
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..7cf7d80
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "apigrabber",
+ "version": "2.0.0",
+ "description": "",
+ "main": "worker.js",
+ "dependencies": {
+ "adm-zip": "^0.4.7",
+ "amqplib": "^0.5.1",
+ "bluebird": "^3.5.0",
+ "request": "^2.81.0",
+ "request-promise": "^4.2.0",
+ "sleep-promise": "^2.0.0",
+ "winston": "^2.3.1",
+ "winston-loggly-bulk": "^1.4.2"
+ },
+ "devDependencies": {},
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "schneefux",
+ "license": "UNLICENSED"
+}