{
  "name": "postcss-rgba-hex",
  "version": "0.3.7",
  "description": "PostCSS plugin that replaces RGB(a) values with hexadecimal analogues",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "color",
    "rgb",
    "rgba",
    "hex",
    "postprocessor"
  ],
  "author": "Evgeny Khoroshilov <stewiekillsloiss@gmail.com> (https://github.com/XOP)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/XOP/postcss-rgba-hex.git"
  },
  "bugs": {
    "url": "https://github.com/XOP/postcss-rgba-hex/issues"
  },
  "homepage": "https://github.com/XOP/postcss-rgba-hex",
  "dependencies": {
    "object-assign": "^4.1.0",
    "postcss": "^5.0.10",
    "rgb2hex": "^0.1.0"
  },
  "devDependencies": {
    "eslint": "^1.7.3",
    "eslint-config-xop": "^1.0.1",
    "tape": "^4.2.2"
  },
  "scripts": {
    "test": "node tests",
    "lint": "eslint . --ignore-path .gitignore"
  }
}
