{
  "name": "draccus",
  "version": "1.1.2",
  "keywords": [
    "javascript",
    "sqs",
    "s3",
    "aws",
    "logs",
    "events"
  ],
  "description": "Writes messages from SQS to S3",
  "homepage": "https://github.com/Medium/draccus",
  "repository": {
    "type": "git",
    "url": "https://github.com/Medium/draccus.git"
  },
  "licenses": [
    {
      "type": "Apache 2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
    }
  ],
  "author": {
    "name": "Dan Pupius",
    "email": "dan@medium.com",
    "url": "http://pupius.co.uk/"
  },
  "maintainers": [
    {
      "name": "Dan Pupius",
      "email": "dan@medium.com",
      "web": "http://pupius.co.uk/"
    }
  ],
  "engine": {
    "node": "*"
  },
  "bin": {
    "draccus": "./bin/draccus.js",
    "draccus-replay": "./bin/replay-messages.js",
    "draccus-fill-queue": "./bin/fill-queue.js"
  },
  "scripts": {
    "test": "nodeunit ./tests/*"
  },
  "dependencies": {
    "aws-sdk": "1.18.0",
    "flags": "0.1.1",
    "logg": "0.3.0",
    "moment": "2.5.1"
  },
  "main": "lib/draccus.js",
  "devDependencies": {
    "nodeunit": "0.8.6"
  }
}
