UNPKG

cmbo

Version:

Run multiple processes in one shell + stop all with ctrl+c

32 lines (31 loc) 660 B
{ "name": "cmbo", "version": "0.1.0", "description": "Run multiple processes in one shell + stop all with ctrl+c", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/harryhope/cmbo.git" }, "keywords": [ "node", "commander", "cli", "spawn" ], "bin": { "cmbo": "./index.js" }, "author": "Harry Hope", "license": "MIT", "bugs": { "url": "https://github.com/harryhope/cmbo/issues" }, "homepage": "https://github.com/harryhope/cmbo#readme", "dependencies": { "commander": "^2.14.1" } }