{
  "name": "libcolor",
  "version": "1.0.0",
  "description": "Basic color classes implementation",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ornorm/libcolor.git"
  },
  "keywords": [
    "CSSColors",
    "Transparency",
    "Color",
    "white",
    "WHITE",
    "lightGray",
    "LIGHT_GRAY",
    "gray",
    "GRAY",
    "darkGray",
    "DARK_GRAY",
    "black",
    "BLACK",
    "red",
    "RED",
    "pink",
    "PINK",
    "orange",
    "ORANGE",
    "yellow",
    "YELLOW",
    "green",
    "GREEN",
    "magenta",
    "MAGENTA",
    "cyan",
    "CYAN",
    "blue",
    "BLUE",
    "transparent",
    "TRANSPARENT",
    "ColorMatrix",
    "ColorMatrixFilter"
  ],
  "author": "Aime Biendo <abiendo@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ornorm/libcolor/issues"
  },
  "homepage": "https://github.com/ornorm/libcolor#readme"
}
