From 405bc7e3b8cec872142ec0370968c41fb344c589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A5le=20Raknes?= Date: Sun, 9 Jun 2019 21:57:17 +0200 Subject: [PATCH] 0.2.9 --- package.json | 124 +++++++++++++++++++++++++-------------------------- 1 file changed, 62 insertions(+), 62 deletions(-) diff --git a/package.json b/package.json index 1429526..e5e10d9 100644 --- a/package.json +++ b/package.json @@ -1,69 +1,69 @@ { - "name": "console-stamp", - "main": "main", - "version": "0.2.8", - "author": { - "name": "Ståle Raknes", - "email": "stale@raknes.net", - "url": "http://github.com/starak" + "name": "console-stamp", + "main": "main", + "version": "0.2.9", + "author": { + "name": "Ståle Raknes", + "email": "stale@raknes.net", + "url": "http://github.com/starak" + }, + "scripts": { + "postinstall": "node ./msg.js" + }, + "contributors": [ + { + "name": "Ståle Raknes", + "url": "http://github.com/starak" }, - "scripts": { - "postinstall": "node ./msg.js" + { + "name": "Jotham Read", + "url": "https://github.com/jotham" }, - "contributors": [ - { - "name": "Ståle Raknes", - "url": "http://github.com/starak" - }, - { - "name": "Jotham Read", - "url": "https://github.com/jotham" - }, - { - "name": "Christiaan Westerbeek", - "url": "https://github.com/devotis" - }, - { - "name": "Leon Lucardie", - "url": "https://github.com/Gameleon12" - }, - { - "name": "Steffan Donal", - "url": "https://github.com/SteffanDonal" - }, - { - "name": "Sören Schwert", - "url": "https://github.com/sisou" - }, - { - "name": "Fkscorpion", - "url": "https://github.com/Fkscorpion" - }, - { - "name": "Alexis Tyler", - "url": "https://github.com/OmgImAlexis" - } - ], - "description": "Patch NodeJS console methods in order to add timestamp information by pattern", - "keywords": [ - "console", - "timestamp", - "log", - "jslog", - "debug" - ], - "repository": { - "type": "git", - "url": "http://github.com/starak/node-console-stamp.git" + { + "name": "Christiaan Westerbeek", + "url": "https://github.com/devotis" }, - "license": "MIT", - "dependencies": { - "dateformat": "^1.0.11", - "merge": "^1.2.0", - "chalk": "^1.1.1" + { + "name": "Leon Lucardie", + "url": "https://github.com/Gameleon12" }, - "devDependencies": { - "filesize": "^3.1.2", - "moment": "^2.13.0" + { + "name": "Steffan Donal", + "url": "https://github.com/SteffanDonal" + }, + { + "name": "Sören Schwert", + "url": "https://github.com/sisou" + }, + { + "name": "Fkscorpion", + "url": "https://github.com/Fkscorpion" + }, + { + "name": "Alexis Tyler", + "url": "https://github.com/OmgImAlexis" } + ], + "description": "Patch NodeJS console methods in order to add timestamp information by pattern", + "keywords": [ + "console", + "timestamp", + "log", + "jslog", + "debug" + ], + "repository": { + "type": "git", + "url": "http://github.com/starak/node-console-stamp.git" + }, + "license": "MIT", + "dependencies": { + "dateformat": "^1.0.11", + "merge": "^1.2.0", + "chalk": "^1.1.1" + }, + "devDependencies": { + "filesize": "^3.1.2", + "moment": "^2.13.0" + } }