UNPKG

highland-callback

Version:

Call a node callback with an optional error after stream completes.

33 lines (32 loc) 704 B
{ "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" } }