{
  "name": "postcss-colormin",
  "version": "1.2.2",
  "description": "Minify colors in your CSS files with PostCSS and colormin.",
  "main": "index.js",
  "scripts": {
    "lint": "jshint index.js --reporter node_modules/jshint-stylish/stylish.js",
    "test": "tape test.js | tap-spec"
  },
  "keywords": [
    "color",
    "colors",
    "compression",
    "css",
    "minify",
    "postcss",
    "postcss-plugins"
  ],
  "license": "MIT",
  "devDependencies": {
    "jshint": "^2.6.3",
    "jshint-stylish": "^1.0.1",
    "tap-spec": "^2.2.2",
    "tape": "^3.5.0"
  },
  "homepage": "https://github.com/ben-eb/postcss-colormin",
  "author": {
    "name": "Ben Briggs",
    "email": "beneb.info@gmail.com",
    "url": "http://beneb.info"
  },
  "repository": "ben-eb/postcss-colormin",
  "dependencies": {
    "colormin": "^1.0.1",
    "postcss": "^4.1.2",
    "reduce-function-call": "^1.0.1"
  }
}
