X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/blobdiff_plain/f7ccbe7f42f69590f2a1c83d227bf23b503decfd..e16e2dbf4c0911a5d5e8d1d56bb1c674b37fc161:/package.json diff --git a/package.json b/package.json index d644fbd..c384de4 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,13 +17,14 @@ "url" : "http://github.com/ktlacaelel" } ], - "version" : "0.1.0", + "version" : "0.1.5", "dependencies" : { "neon" : "1.0.x", "socket.io" : "0.9.x", "colors" : "0.x.x", + "emailjs" : "0.3.x", "microtime" : "0.3.x" }, "engines" : { "node" : ">= 0.8.0" }, - "main" : "./lib/cobalt.js", + "main" : "./lib/cobalt.js" }