{
  "name": "watchbot",
  "version": "1.3.4",
  "description": "Build an AWS stack to do your work for you",
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/ecs-watchbot.git"
  },
  "author": "Mapbox",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mapbox/ecs-watchbot/issues"
  },
  "homepage": "https://github.com/mapbox/ecs-watchbot",
  "engines": {
    "node": "4.4.2"
  },
  "main": "index.js",
  "scripts": {
    "start": "bin/watchbot.js",
    "test": "nyc tape test/*.test.js | tap-spec",
    "coverage": "nyc --reporter html tape test/*.test.js && opener coverage/index.html",
    "pretest": "eslint bin lib test index.js",
    "docs": "documentation build --format html --output docs --config docs/config.json && opener docs/index.html"
  },
  "bin": {
    "watchbot-log": "./bin/watchbot-log.js",
    "watchbot-progress": "./node_modules/@mapbox/watchbot-progress/bin/watchbot-progress.js"
  },
  "dependencies": {
    "@mapbox/watchbot-progress": "^1.1.0",
    "aws-sdk": "^2.4.11",
    "binary-split": "^1.0.2",
    "cloudfriend": "^1.6.0",
    "cwlogs": "^1.0.2",
    "d3-queue": "^2.0.3",
    "dyno": "^1.2.0",
    "fastlog": "^1.0.0",
    "meow": "^3.7.0",
    "stream-combiner": "^0.2.2",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "documentation": "^4.0.0-beta2",
    "dynamodb-test": "^0.2.2",
    "eslint": "^2.6.0",
    "nyc": "^6.4.0",
    "opener": "^1.4.1",
    "sinon": "^1.17.5",
    "tap-spec": "^4.1.1",
    "tape": "^4.5.1"
  }
}
