{
  "name": "through2-reduce",
  "version": "1.1.1",
  "description": "A through2 wrapper to emulate Array.prototype.reduce for streams.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node test/"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:brycebaril/through2-reduce.git"
  },
  "keywords": [
    "streams",
    "through",
    "through2",
    "reduce"
  ],
  "author": "Bryce B. Baril",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brycebaril/through2-reduce/issues"
  },
  "devDependencies": {
    "isnumber": "~1.0.0",
    "stream-spigot": "~3.0.5",
    "tape": "~4.0.0",
    "terminus": "~1.0.12"
  },
  "dependencies": {
    "through2": "~2.0.0",
    "xtend": "~4.0.1"
  },
  "homepage": "https://github.com/brycebaril/through2-reduce"
}
