UNPKG

logbook

Version:

Log all data passing through process.stdout and process.stderr

45 lines (44 loc) 961 B
{ "name": "logbook", "version": "0.7.1", "description": "Log all data passing through process.stdout and process.stderr", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/jpillora/node-logbook" }, "keywords": [ "log", "logging", "console", "xmpp", "jabber", "gtalk", "google", "talk", "file", "remote", "process", "stdout", "stderr", "simple", "loggly" ], "author": "Jaime Pillora <dev@jpillora.com>", "license": "MIT", "readmeFilename": "README.md", "gitHead": "c5ac10ab145d4c6d02fac6483a5ac4a8bed4b12c", "dependencies": { "colors": "~0.6.0-1", "lodash": "~1.3.1", "request": "~2.22.0", "nodemailer": "~0.5.3" }, "gruntSource": { "source": "~/.grunt-sources/node", "repo": "https://github.com/jpillora/grunt-source-node.git" } }