From 72ff156c1011e989a51fa0e192791d204ab5ee1b Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 11 Nov 2016 01:10:25 +0800 Subject: [PATCH] update license and contributors in package.json - adding license info for easy lookup - use short form for contributors, removed `Loggly` as contributer as its author --- package.json | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index ee066a9..4a913c2 100644 --- a/package.json +++ b/package.json @@ -2,19 +2,12 @@ "name": "winston-loggly-bulk", "version": "1.3.4", "description": "A Loggly transport for winston", - "author": "Loggly ", + "author": "Loggly (https://github.com/loggly)", "contributors": [ - { - "name": "Loggly", - "email": "sjain@loggly.com", - "url": "https://github.com/loggly" - }, - { - "name": "Shweta Jain", - "email": "shweta.jain@psquickit.com", - "url": "https://github.com/shwetajain148" - } + "Charlie Robbins (http://www.github.com/indexzero)", + "Shweta Jain (https://github.com/shwetajain148)" ], + "license": "MIT", "repository": { "type": "git", "url": "https://github.com/loggly/winston-loggly-bulk.git" @@ -30,4 +23,4 @@ "main": "./lib/winston-loggly", "scripts": { "test": "vows --spec" }, "engines": { "node": ">= 0.8.0" } -} \ No newline at end of file +}