]>
Commit | Line | Data |
---|---|---|
bdedb5e5 BB |
1 | { |
2 | "name" : "cobalt", | |
3 | "description" : "Logger + multiplexer for JSON based logs", | |
4 | "author" : { | |
5 | "name" : "Ben Beltran", | |
6 | "email" : "ben@nsovocal.com", | |
7 | "url" : "http://nsovocal.com" | |
8 | }, | |
9 | "contributors" : [ | |
10 | { | |
11 | "name" : "Kazuyoshi Tlacaelel", | |
12 | "email" : "kazu.dev@gmail.com", | |
13 | "url" : "http://github.com/ktlacaelel" | |
14 | } | |
15 | ], | |
16 | "version" : "0.1.0", | |
17 | "dependencies" : { | |
18 | "neon" : "1.0.x", | |
19 | "socket.io" : "0.9.x", | |
20 | "colors" : "0.x.x" | |
21 | }, | |
22 | "engines" : { "node" : ">= 0.8.0" }, | |
23 | "main" : "./lib/cobalt.js", | |
24 | "private" : true | |
25 | } |