X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/blobdiff_plain/eaef6e3b83d27069c4ac1b1e8612d2ec075e49b8..9a8b488630f8ab958efd9c16d8b56d0ca7dc12ae:/package.json diff --git a/package.json b/package.json index 6620ad6..a4205c9 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,11 +17,12 @@ "url" : "http://github.com/ktlacaelel" } ], - "version" : "0.1.0", + "version" : "0.1.10", "dependencies" : { "neon" : "1.0.x", - "socket.io" : "0.9.x", + "socket.io-client" : "0.9.x", "colors" : "0.x.x", + "emailjs" : "0.3.x", "microtime" : "0.3.x" }, "engines" : { "node" : ">= 0.8.0" },