aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: a4205c9c8194105b82b70a56f76a419f813d31ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "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",
      "email" : "kazu.dev@gmail.com",
      "url" : "http://github.com/ktlacaelel"
    }
  ],
  "version" : "0.1.10",
  "dependencies" : {
    "neon" : "1.0.x",
    "socket.io-client" : "0.9.x",
    "colors" : "0.x.x",
    "emailjs" : "0.3.x",
    "microtime" : "0.3.x"
  },
  "engines" : { "node" : ">= 0.8.0" },
  "main" : "./lib/cobalt.js"
}