{
  "name": "irc-colors",
  "description": "Color and formatting for irc made easy.",
  "keywords": [
    "irc",
    "color",
    "colour"
  ],
  "version": "1.5.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/fent/irc-colors.js.git"
  },
  "author": "fent (https://github.com/fent)",
  "main": "./lib/irc-colors.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "istanbul cover vows -- --spec test/*-test.js"
  },
  "directories": {
    "lib": "./lib"
  },
  "devDependencies": {
    "istanbul": "^0.4.5",
    "vows": "^0.8.1"
  },
  "engines": {
    "node": ">=6"
  },
  "license": "MIT"
}
