UNPKG

promise-spawner

Version:

Lazy nodejs spawner with stdout/stderr streams and error handling through promises

35 lines (34 loc) 767 B
{ "name": "promise-spawner", "version": "2.0.0", "description": "Lazy nodejs spawner with stdout/stderr streams and error handling through promises", "main": "index.js", "dependencies": { "through2": "~2.0.3" }, "devDependencies": { "chai": "~3.5.0", "mocha": "~3.4.2" }, "scripts": { "test": "mocha --reporter spec", "coverage": "istanbul cover _mocha" }, "repository": { "type": "git", "url": "https://github.com/soyuka/promise-spawner.git" }, "keywords": [ "spawn", "exec", "promise", "stream", "though" ], "author": "soyuka", "license": "MIT", "bugs": { "url": "https://github.com/soyuka/promise-spawner/issues" }, "homepage": "https://github.com/soyuka/promise-spawner" }