{
  "name": "ttycolor",
  "description": "Terminal colors that respect whether a stream is a tty",
  "version": "1.1.0",
  "author": "muji <noop@xpm.io>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/tmpfs/ttycolor.git"
  },
  "keywords": [
    "ansi",
    "color",
    "colour",
    "terminal",
    "tty"
  ],
  "dependencies": {
    "circular": "~1.0.5"
  },
  "devDependencies": {
    "chai": "~3.4.1",
    "cli-prompt": "~0.4.1",
    "coveralls": "~2.11.6",
    "istanbul": "~0.4.1",
    "mocha": "~2.3.4"
  },
  "engine": [
    "node >= 0.10.21"
  ],
  "scripts": {
    "lint": "jshint . && jscs .",
    "clean": "rm log/*.log && rm -rf coverage",
    "exe": "mocha -u bdd --recursive --reporter list -A test/exe",
    "test": "NODE_ENV=test mocha ${SPEC:-test/spec}",
    "cover": "NODE_ENV=test istanbul cover _mocha -- ${SPEC:-test/spec}",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  }
}
