glnster/hex2rgb

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "hex2rgb",
  "main": "hex2rgb.js",
  "version": "2.2.0",
  "homepage": "https://github.com/glnster/hex2rgb",
  "authors": [
    "Glenn Cueto <glenncueto@gmail.com>"
  ],
  "description": "Converts hex color to rgb and calculates appropriate corresponding foreground.",
  "moduleType": [
    "node"
  ],
  "keywords": [
    "hex",
    "rgb",
    "yiq",
    "convert",
    "hex to rgb",
    "contrast",
    "foreground"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "coverage",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "example.png",
    "package.json",
    "Makefile",
    "LICENSE-MIT",
    "README.md",
    "index.js"
  ]
}