{
  "name": "rgb",
  "version": "0.1.0",
  "description": "converts all sorts of colors to rgb format.",
  "main": "./index.js",
  "bin": {
    "rgb": "./bin/rgb"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kamicane/rgb"
  },
  "keywords": [
    "rgb",
    "hsl",
    "hex",
    "color",
    "conversion"
  ],
  "author": "Valerio Proietti <@kamicane> (http://mad4milk.net)",
  "license": "MIT (http://mootools.net/license.txt)"
}
