X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/blobdiff_plain/eaef6e3b83d27069c4ac1b1e8612d2ec075e49b8..2aa083b644593b6e73fe42a6184cf75222599df3:/package.json diff --git a/package.json b/package.json index 6620ad6..74946dd 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,15 @@ { - "name" : "cobalt", + "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", @@ -13,7 +17,7 @@ "url" : "http://github.com/ktlacaelel" } ], - "version" : "0.1.0", + "version" : "0.1.3", "dependencies" : { "neon" : "1.0.x", "socket.io" : "0.9.x",