{
  "name": "aws-scatter-gather",
  "version": "3.3.1",
  "description": "An NPM package that facilitates the scatter gather design pattern using AWS SNS Topics.",
  "main": "index.js",
  "bin": {
    "aws-scatter-gather": "index.js"
  },
  "directories": {
    "example": "example"
  },
  "dependencies": {
    "aws-sdk": "^2.7.9",
    "chalk": "^1.1.3",
    "object-schemata": "^1.0.8",
    "uuid": "^3.0.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.2.0",
    "nyc": "^10.0.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "James Speirs <james.speirs@gmail.com>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/byu-oit/aws-scatter-gather.git"
  },
  "bugs": {
    "url": "https://github.com/byu-oit/aws-scatter-gather/issues"
  },
  "homepage": "https://github.com/byu-oit/aws-scatter-gather#readme"
}
