+{
+ "name": "cologne",
+ "description": "Logger + multiplexer for JSON based logs",
+ "author": {
+ "name": "Ben Beltran",
+ "email": "ben@nsovocal.com",
+ "url": "http://unlimited.pizza"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/rbdr/cologne.git"
+ },
+ "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"
+}