{
  "name": "promise-streams",
  "version": "2.1.1",
  "description": "A collection of streams that work well with promises (through, map, reduce)",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "through",
    "promise",
    "stream"
  ],
  "author": "spion",
  "license": "MIT",
  "dependencies": {
    "bluebird": "^2.10.2"
  },
  "devDependencies": {
    "@types/node": "^8.0.53",
    "blue-tape": "^0.1.10",
    "split2": "^1.0.0"
  },
  "engines": {
    "node": ">=0.12"
  }
}
