aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json34
1 files changed, 14 insertions, 20 deletions
diff --git a/package.json b/package.json
index f5ea0a9..6f7b73d 100644
--- a/package.json
+++ b/package.json
@@ -1,35 +1,29 @@
{
- "name": "cobalt-log",
- "description": "Logger + multiplexer for JSON based logs, based on Cobalt ruby gem by ktlacaelel (http://rubygems.org/gems/cobalt)",
+ "name": "cologne",
+ "description": "Logger + multiplexer for JSON based logs",
"author": {
"name": "Ben Beltran",
"email": "ben@nsovocal.com",
- "url": "http://nsovocal.com"
+ "url": "http://unlimited.pizza"
},
"repository": {
"type": "git",
- "url": "https://github.com/rbdr/cobalt.git"
+ "url": "https://github.com/rbdr/cologne.git"
},
- "contributors": [
- {
- "name": "Kazuyoshi Tlacaelel",
- "email": "kazu.dev@gmail.com",
- "url": "http://github.com/ktlacaelel"
- }
- ],
- "version": "1.1.3",
+ "version": "1.1.0",
"dependencies": {
- "colors": "^1.0.3",
- "emailjs": "^0.3.12",
- "microtime": "^1.2.0",
- "neon": "^2.0.0",
- "socket.io-client": "^1.2.1"
+ "microtime": "2.0.x"
},
"devDependencies": {
- "tellurium": "2.0.x"
+ "tap": "5.1.x",
+ "jsdoc-augmented-template": "rbdr/jsdoc-augmented-template"
},
"engines": {
- "node": ">= 0.8.0"
+ "node": ">= 4.0.0"
},
- "main": "./lib/cobalt.js"
+ "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"
}