{
  "name": "sorted-union-stream",
  "version": "2.1.3",
  "repository": {
    "type": "git",
    "url": "git://github.com/mafintosh/sorted-union-stream.git"
  },
  "license": "MIT",
  "description": "Get the union of two sorted streams",
  "keywords": [
    "union",
    "sorted",
    "stream"
  ],
  "author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",
  "scripts": {
    "test": "tape test.js"
  },
  "dependencies": {
    "from2": "^1.3.0",
    "stream-iterate": "^1.1.0"
  },
  "devDependencies": {
    "standard": "^3.3.0",
    "tape": "^3.0.0"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/sorted-union-stream/issues"
  },
  "homepage": "https://github.com/mafintosh/sorted-union-stream",
  "main": "index.js"
}
