{
  "name": "postcss-color-hex-alpha",
  "version": "3.0.0",
  "description": "PostCSS plugin to transform W3C RGBA hexadecimal notations (#RRGGBBAA or #RGBA) to more compatible CSS (rgba())",
  "keywords": [
    "css",
    "postcss",
    "postcss-plugin",
    "color",
    "colour",
    "hexa",
    "alpha"
  ],
  "author": "Maxime Thirouin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/postcss/postcss-color-hex-alpha.git"
  },
  "files": [
    "index.js"
  ],
  "dependencies": {
    "color": "^1.0.3",
    "postcss": "^6.0.1",
    "postcss-message-helpers": "^2.0.0"
  },
  "devDependencies": {
    "eslint": "^3.19.0",
    "tape": "^4.6.3"
  },
  "scripts": {
    "lint": "eslint *.js index.js ./test/",
    "test": "npm run lint && tape test",
    "release": "npmpub"
  }
}
