{
  "name": "intersect-arrays-to-stream",
  "version": "0.0.3",
  "description": "A utility that takes 1 or more sorted arrays and emits a node stream event whenever an intersection is found",
  "main": "index.js",
  "scripts": {
    "test": "tape test/test.js"
  },
  "keywords": [
    "array",
    "steam",
    "intersection",
    "intersect"
  ],
  "author": {
    "email": "fergusmcdowall@gmail.com",
    "name": "Fergus McDowall"
  },
  "license": "MIT",
  "devDependencies": {
    "tape": "^4.6.0"
  }
}
