X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/blobdiff_plain/08ce17a6d30a2f40459a4eecc7db20e1931046f9..2b98d1717ffd38fd8768f4d84a02fd74e2a1d908:/package.json diff --git a/package.json b/package.json index e69de29..14e3192 100644 --- a/package.json +++ b/package.json @@ -0,0 +1,29 @@ +{ + "name" : "cobalt-log", + "description" : "Logger + multiplexer for JSON based logs, based on Cobalt ruby gem by ktlacaelel (http://rubygems.org/gems/cobalt)", + "author" : { + "name" : "Ben Beltran", + "email" : "ben@nsovocal.com", + "url" : "http://nsovocal.com" + }, + "repository" : { + "type" : "git", + "url" : "https://github.com/benbeltran/cobalt.git" + }, + "contributors" : [ + { + "name" : "Kazuyoshi Tlacaelel", + "email" : "kazu.dev@gmail.com", + "url" : "http://github.com/ktlacaelel" + } + ], + "version" : "0.1.4", + "dependencies" : { + "neon" : "1.0.x", + "socket.io" : "0.9.x", + "colors" : "0.x.x", + "microtime" : "0.3.x" + }, + "engines" : { "node" : ">= 0.8.0" }, + "main" : "./lib/cobalt.js" +}