{
  "name": "hifo-stream",
  "version": "2.0.0",
  "description": "Stream interface for hifo",
  "main": "index.js",
  "keywords": [
    "sort",
    "sorting",
    "highest in first out",
    "maximum",
    "minimum",
    "hifo",
    "array",
    "filter",
    "javascript",
    "stream"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/brianshaler/hifo-stream.git"
  },
  "scripts": {
    "test": "mocha --compilers coffee:coffee-script/register --reporter mocha-tldr-reporter ./test"
  },
  "license": "ISC",
  "dependencies": {
    "event-stream": "^3.3.1",
    "hifo": "^0.4.0"
  },
  "devDependencies": {
    "coffee-script": "^1.9.3",
    "mocha": "^2.2.5",
    "mocha-tldr-reporter": "^1.0.0",
    "assert": "^1.3.0"
  }
}
