UNPKG

jog

Version:

JSON logging & reporting

32 lines 552 B
{ "name": "jog", "version": "0.7.1", "description": "JSON logging & reporting", "keywords": [ "json", "log", "loggly" ], "author": "TJ Holowaychuk <tj@learnboost.com>", "repository": { "type": "git", "url": "git://github.com/visionmedia/jog.git" }, "bin": { "jog": "./bin/jog" }, "dependencies": { "debug": "*", "commander": "0.5.2", "ms": "0.1.0" }, "devDependencies": { "mocha": "*", "should": "*", "redis": "0.8.1" }, "main": "index", "engines": { "node": "*" } }