{
  "name": "tap-colorize",
  "version": "1.2.0",
  "description": "colorize tap output",
  "main": "index.js",
  "bin": {
    "tap-colorize": "bin/cmd.js"
  },
  "dependencies": {
    "colornames": "~0.0.2",
    "minimist": "~0.2.0",
    "quotemeta": "0.0.0",
    "split": "~0.3.0",
    "stream-combiner": "~0.2.1",
    "through2": "~1.0.0",
    "x256": "~0.0.2"
  },
  "devDependencies": {
    "tape": "^2.13.2",
    "tap-parser": "~0.7.0",
    "concat-stream": "~1.4.6"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/tap-colorize.git"
  },
  "homepage": "https://github.com/substack/tap-colorize",
  "keywords": [
    "tap",
    "color",
    "test",
    "testanything",
    "protocol",
    "pretty",
    "testing"
  ],
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "license": "MIT",
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/8..latest",
      "firefox/15",
      "firefox/latest",
      "firefox/nightly",
      "chrome/15",
      "chrome/latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  }
}
