Skip to content

Commit

Permalink
Merge pull request loopj#10 from vBm/tweaks
Browse files Browse the repository at this point in the history
Normalize and update package.json
  • Loading branch information
loopj committed Feb 20, 2015
2 parents 8136d42 + a7c39e1 commit ee861d0
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 ee861d0

Please sign in to comment.