bcomnes/256colors

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "256colors",
  "version": "1.0.6",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "./bin/256colors",
    "test": "istanbul cover ./bin/256colors",
    "submitCover": "cat coverage/lcov.info | codeclimate"
  },
  "bin": "./bin/256colors",
  "preferGlobal": "true",
  "repository": {
    "type": "git",
    "url": "https://github.com/bcomnes/256colors.git"
  },
  "author": {
    "name": "Bret Comnes",
    "email": "bcomnes@gmail.com",
    "url": "http://bret.io"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bcomnes/256colors/issues"
  },
  "homepage": "https://github.com/bcomnes/256colors",
  "dependencies": {
    "ansi-256-colors": "^1.0.3",
    "chalk": "^3.0.0"
  },
  "keywords": [
    "color",
    "256",
    "ansi",
    "terminal",
    "console",
    "cli",
    "swatch"
  ],
  "devDependencies": {
    "codeclimate-test-reporter": "0.5.1",
    "istanbul": "^0.4.5"
  }
}