{
  "name": "strip-color",
  "description": "Strip ANSI color codes from a string. No dependencies.",
  "version": "0.1.0",
  "homepage": "https://github.com/jonschlinkert/strip-color",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/strip-color",
  "bugs": {
    "url": "https://github.com/jonschlinkert/strip-color/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "devDependencies": {
    "ansi-cyan": "^0.1.1",
    "ansi-red": "^0.1.1",
    "ansi-yellow": "^0.1.1",
    "mocha": "^2.3.3"
  },
  "keywords": [
    "ansi",
    "chalk",
    "cli",
    "codes",
    "color",
    "colors",
    "colour",
    "colours",
    "command",
    "command-line",
    "console",
    "escape",
    "format",
    "formatting",
    "log",
    "logging",
    "match",
    "pattern",
    "re",
    "regex",
    "regexp",
    "regular-expression",
    "remove",
    "rgb",
    "shell",
    "string",
    "strip",
    "style",
    "styles",
    "styling",
    "terminal",
    "text",
    "trim",
    "tty",
    "xterm"
  ],
  "verb": {
    "related": {
      "list": [
        "wrap-ansi",
        "ansi-red",
        "ansi-cyan",
        "ansi-yellow",
        "ansi-bold"
      ]
    }
  }
}
