{
  "name": "postcss-minify-gradients",
  "version": "1.0.2",
  "description": "Minify gradient parameters with PostCSS.",
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint src",
    "prepublish": "babel src --out-dir dist --ignore /__tests__/",
    "test": "npm run lint && babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec"
  },
  "files": [
    "LICENSE-MIT",
    "dist"
  ],
  "keywords": [
    "css",
    "postcss",
    "postcss-plugin"
  ],
  "license": "MIT",
  "devDependencies": {
    "babel": "^5.8.23",
    "babel-tape-runner": "1.2.0",
    "eslint": "^2.0.0",
    "eslint-config-cssnano": "^2.0.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.2.2"
  },
  "homepage": "https://github.com/ben-eb/postcss-minify-gradients",
  "author": {
    "name": "Ben Briggs",
    "email": "beneb.info@gmail.com",
    "url": "http://beneb.info"
  },
  "repository": "ben-eb/postcss-minify-gradients",
  "dependencies": {
    "postcss": "^5.0.12",
    "postcss-value-parser": "^3.1.3"
  },
  "eslintConfig": {
    "extends": "cssnano"
  }
}
