From a7c39e132e094d14e5cc28a215a49ebf8196c834 Mon Sep 17 00:00:00 2001 From: vBm Date: Fri, 20 Feb 2015 20:20:29 +0100 Subject: [PATCH] Normalize and update package.json --- package.json | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 5207835..03fec66 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,27 @@ { "name": "ansi-color", - "description": "This module provides basic ANSI color code support, to allow you to format your console output with foreground and background colors as well as providing bold, italic and underline support.", "version": "0.2.1", + "description": "This module provides basic ANSI color code support, to allow you to format your console output with foreground and background colors as well as providing bold, italic and underline support.", "author": "James Smith ", - "keywords": ["ansi", "color", "console"], - "directories": {"lib": "./lib"}, - "repository": [ - { + "directories": { + "lib": "./lib" + }, + "main": "./lib/ansi-color.js", + "repository": { "type": "git", - "url": "git://github.com/loopj/commonjs-ansi-color.git" - } + "url": "https://github.com/loopj/commonjs-ansi-color.git" + }, + "bugs": { + "url": "https://github.com/loopj/commonjs-ansi-color/issues" + }, + "keywords": [ + "ansi", + "color", + "console" ], - "main": "./lib/ansi-color.js" -} + "license": "BSD License", + "contributors": [{ + "name": "vBm", + "email": "the.vbm@gmail.com" + }] +} \ No newline at end of file