{
  "name": "postcss-color-rgba-fallback",
  "version": "3.0.0",
  "description": "PostCSS plugin to transform rgba() to hexadecimal",
  "keywords": [
    "css",
    "postcss",
    "postcss-plugin",
    "rgba",
    "hexadecimal"
  ],
  "author": "Guillaume Démésy",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/postcss/postcss-color-rgba-fallback.git"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "index.js"
  ],
  "dependencies": {
    "postcss": "^6.0.6",
    "postcss-value-parser": "^3.3.0",
    "rgb-hex": "^2.1.0"
  },
  "devDependencies": {
    "css-whitespace": "^1.1.0",
    "eslint": "^1.10.3",
    "tap-spec": "^4.1.1",
    "tape": "^4.7.0"
  },
  "scripts": {
    "lint": "eslint . --ignore-path .gitignore",
    "test": "npm run lint && tape test/*.js | tap-spec"
  }
}
