{
  "name": "reportback",
  "version": "2.0.2",
  "description": "Somewhere between a stream, a switchback, a logger, and an EventEmitter.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mikermcneil/reportback.git"
  },
  "keywords": [
    "reportback",
    "switchback",
    "logger",
    "reporter",
    "streaming"
  ],
  "author": "Mike McNeil",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mikermcneil/reportback/issues"
  },
  "homepage": "https://github.com/mikermcneil/reportback",
  "dependencies": {
    "captains-log": "^2.0.2",
    "switchback": "^2.0.1"
  }
}
