X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/blobdiff_plain/5ae9d36b90af301c04a4cd56d0d730d312bed38c..58906d77975b35fe93569f8083b90140124f9c41:/package.json diff --git a/package.json b/package.json index 905114b..6f7b73d 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,29 @@ { - "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" + "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" + "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" }