aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/package.json b/package.json
index e69de29..3d9017b 100644
--- a/package.json
+++ b/package.json
@@ -0,0 +1,25 @@
+{
+ "name" : "cobalt",
+ "description" : "Logger + multiplexer for JSON based logs",
+ "author" : {
+ "name" : "Ben Beltran",
+ "email" : "ben@nsovocal.com",
+ "url" : "http://nsovocal.com"
+ },
+ "contributors" : [
+ {
+ "name" : "Kazuyoshi Tlacaelel",
+ "email" : "kazu.dev@gmail.com",
+ "url" : "http://github.com/ktlacaelel"
+ }
+ ],
+ "version" : "0.1.0",
+ "dependencies" : {
+ "neon" : "1.0.x",
+ "socket.io" : "0.9.x",
+ "colors" : "0.x.x"
+ },
+ "engines" : { "node" : ">= 0.8.0" },
+ "main" : "./lib/cobalt.js",
+ "private" : true
+}