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