]> git.r.bdr.sh - rbdr/cologne/blobdiff - package.json
Recover from npm package
[rbdr/cologne] / package.json
index d79810e5cb19d8afb1e96e6e318795b56e10cc82..6f7b73dce9090c601b63fbf3a0d136fc69b3e31b 100644 (file)
@@ -1,26 +1,29 @@
 {
-  "name" : "cobalt",
-  "description" : "Logger + multiplexer for JSON based logs",
-  "author" : {
-    "name"  : "Ben Beltran",
-    "email" : "ben@nsovocal.com",
-    "url" : "http://nsovocal.com"
+  "name": "cologne",
+  "description": "Logger + multiplexer for JSON based logs",
+  "author": {
+    "name": "Ben Beltran",
+    "email": "ben@nsovocal.com",
+    "url": "http://unlimited.pizza"
   },
-  "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",
-    "microtime" : "0.3.x"
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/rbdr/cologne.git"
   },
-  "engines" : { "node" : ">= 0.8.0" },
-  "main" : "./lib/cobalt.js",
-  "private" : true
+  "version": "1.1.0",
+  "dependencies": {
+    "microtime": "2.0.x"
+  },
+  "devDependencies": {
+    "tap": "5.1.x",
+    "jsdoc-augmented-template": "rbdr/jsdoc-augmented-template"
+  },
+  "engines": {
+    "node": ">= 4.0.0"
+  },
+  "scripts": {
+    "test": "node_modules/tap/bin/run.js test/*.js test/**/*.js test/**/**/*.js",
+    "document": "jsdoc -c ./config/jsdoc.json lib"
+  },
+  "main": "./lib/cologne.js"
 }