{
  "name": "fork-stream",
  "version": "0.0.4",
  "description": "Fork a stream in multiple directions according to a function",
  "main": "index.js",
  "scripts": {
    "test": "mocha -R tap"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/deoxxa/fork-stream.git"
  },
  "keywords": [
    "stream",
    "fork",
    "split",
    "function",
    "conditional"
  ],
  "author": "Conrad Pankoff <deoxxa@fknsrs.biz> (http://www.fknsrs.biz/)",
  "license": "BSD",
  "bugs": {
    "url": "https://github.com/deoxxa/fork-stream/issues"
  },
  "devDependencies": {
    "mocha": "~1.12.1",
    "chai": "~1.7.2"
  }
}
