]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "cologne", | |
3 | "description": "Logger + multiplexer for JSON based logs", | |
4 | "author": { | |
5 | "name": "Ben Beltran", | |
6 | "email": "ben@nsovocal.com", | |
7 | "url": "http://unlimited.pizza" | |
8 | }, | |
9 | "repository": { | |
10 | "type": "git", | |
11 | "url": "https://github.com/rbdr/cologne.git" | |
12 | }, | |
13 | "version": "1.1.0", | |
14 | "dependencies": { | |
15 | "microtime": "2.0.x" | |
16 | }, | |
17 | "devDependencies": { | |
18 | "tap": "5.1.x", | |
19 | "jsdoc-augmented-template": "rbdr/jsdoc-augmented-template" | |
20 | }, | |
21 | "engines": { | |
22 | "node": ">= 4.0.0" | |
23 | }, | |
24 | "scripts": { | |
25 | "test": "node_modules/tap/bin/run.js test/*.js test/**/*.js test/**/**/*.js", | |
26 | "document": "jsdoc -c ./config/jsdoc.json lib" | |
27 | }, | |
28 | "main": "./lib/cologne.js" | |
29 | } |