X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/blobdiff_plain/bdedb5e54032363de8afa322fadae0e2cb2132d0..7f4b2a023bda5dcf9ea830b95b88bceefb331dbd:/package.json diff --git a/package.json b/package.json index 3d9017b..0362d50 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", @@ -13,13 +17,17 @@ "url" : "http://github.com/ktlacaelel" } ], - "version" : "0.1.0", + "version" : "1.0.0", "dependencies" : { - "neon" : "1.0.x", - "socket.io" : "0.9.x", - "colors" : "0.x.x" + "neon" : "2.0.x", + "socket.io-client" : "0.9.x", + "colors" : "0.x.x", + "emailjs" : "0.3.x", + "microtime" : "0.3.x" + }, + "devDependencies" : { + "tellurium" : "2.0.x" }, "engines" : { "node" : ">= 0.8.0" }, - "main" : "./lib/cobalt.js", - "private" : true + "main" : "./lib/cobalt.js" }