aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBen Beltran <ben@freshout.us>2013-04-03 16:49:03 -0600
committerBen Beltran <ben@freshout.us>2013-04-03 16:49:03 -0600
commitbdedb5e54032363de8afa322fadae0e2cb2132d0 (patch)
tree0e820ffab7a63f77dc72cb62e5cb579e09d26014 /package.json
parent08ce17a6d30a2f40459a4eecc7db20e1931046f9 (diff)
I don't know how git works (massive commit)
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
+}