UNPKG

highland-process

Version:

Utility that lets you turn a process into a highland stream.

33 lines (32 loc) 715 B
{ "name": "highland-process", "version": "1.0.5", "description": "Utility that lets you turn a process into a highland stream.", "main": "index.js", "scripts": { "test": "mocha -R spec ./test" }, "repository": { "type": "git", "url": "github.com/ibash/highland-process" }, "keywords": [ "highland", "stream", "process" ], "author": "Islam Sharabash", "license": "MIT", "bugs": { "url": "https://github.com/ibash/highland-process/issues" }, "homepage": "https://github.com/ibash/highland-process", "devDependencies": { "chai": "^1.10.0", "mocha": "^2.1.0" }, "dependencies": { "highland": "^2.2.0", "highland-errors-to": "^2.0.1" } }