X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/blobdiff_plain/9f9564be72fe27b823713f6e104343c4affadb42..f77b762e787faebdc553ef608888411781976b29:/package.json diff --git a/package.json b/package.json index d79810e..2362f03 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,15 @@ { - "name" : "cobalt", - "description" : "Logger + multiplexer for JSON based logs", + "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", @@ -21,6 +25,5 @@ "microtime" : "0.3.x" }, "engines" : { "node" : ">= 0.8.0" }, - "main" : "./lib/cobalt.js", - "private" : true + "main" : "./lib/cobalt.js" }