Skip to content

Commit

Permalink
Normalize and update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vBm committed Feb 20, 2015
1 parent 8136d42 commit a7c39e1
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"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": "[email protected]"
}]
}

0 comments on commit a7c39e1

Please sign in to comment.