{
  "name": "highland-callback",
  "version": "1.0.1",
  "description": "Call a node callback with an optional error after stream completes.",
  "main": "index.js",
  "scripts": {
    "test": "mocha -R spec ./test"
  },
  "repository": {
    "type": "git",
    "url": "github.com/ibash/highland-callback"
  },
  "keywords": [
    "highland",
    "node",
    "callback",
    "streams"
  ],
  "author": "Islam Sharabash",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ibash/highland-callback/issues"
  },
  "homepage": "https://github.com/ibash/highland-callback",
  "dependencies": {
    "highland": "^2.2.0"
  },
  "devDependencies": {
    "chai": "^1.10.0",
    "mocha": "^2.1.0"
  }
}
