{
  "name": "postcss-color-function",
  "version": "4.1.0",
  "description": "PostCSS plugin to transform W3C CSS color function to more compatible CSS.",
  "keywords": [
    "css",
    "postcss",
    "postcss-plugin",
    "color",
    "colour",
    "function"
  ],
  "author": "Maxime Thirouin",
  "license": "MIT",
  "repository": "https://github.com/postcss/postcss-color-function.git",
  "files": [
    "index.js"
  ],
  "dependencies": {
    "css-color-function": "~1.3.3",
    "postcss": "^6.0.23",
    "postcss-message-helpers": "^2.0.0",
    "postcss-value-parser": "^3.3.1"
  },
  "devDependencies": {
    "eslint": "^3.19.0",
    "faucet": "0.0.1",
    "npmpub": "^3.1.0",
    "tape": "^4.10.1"
  },
  "scripts": {
    "lint": "eslint *.js index.js ./test/",
    "test": "npm run lint && tape test | faucet",
    "release": "npmpub"
  }
}
