UNPKG

zordon

Version:

straightforward distributed logging tool

37 lines (36 loc) 765 B
{ "name": "zordon", "version": "0.0.2", "description": "straightforward distributed logging tool", "main": "index.js", "scripts": { "test": "tape test.js" }, "repository": { "type": "git", "url": "git://github.com/invisiblefriend/overmind.git" }, "keywords": [ "logging", "centralized", "logging", "distributed" ], "author": "Brian Hurlow", "license": "ISC", "bugs": { "url": "https://github.com/invisiblefriend/overmind/issues" }, "bin": { "zordon": "bin/zordon.js" }, "homepage": "https://github.com/invisiblefriend/overmind", "devDependencies": { "debug": "^0.8.1" }, "dependencies": { "browser-terminal": "0.0.2", "minimist": "0.0.9", "stream-combiner": "^0.1.0" } }