{
  "name": "reduce-css-postcss",
  "version": "3.0.0",
  "description": "Plugin for reduce-css to pack postcss modules",
  "main": "index.js",
  "scripts": {
    "test": "npm run lint && tap test/*.js",
    "lint": "eslint *.js 'lib/**/*.js' test/*.js bin/*.js",
    "coveralls": "COVERALLS_REPO_TOKEN=cp61jDv8Fdr9G5udGNIv6F3ux9xjAupxa tap --cov test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reducejs/reduce-css-postcss.git"
  },
  "keywords": [
    "postcss",
    "css",
    "reduce"
  ],
  "author": "zoubin",
  "license": "MIT",
  "engines": {
    "node": ">=4.2.1"
  },
  "bugs": {
    "url": "https://github.com/reducejs/reduce-css-postcss/issues"
  },
  "homepage": "https://github.com/reducejs/reduce-css-postcss#readme",
  "dependencies": {
    "autoprefixer": "^6.0.3",
    "deps-cache": "^2.0.0",
    "postcss": "^5.0.10",
    "postcss-advanced-variables": "^1.2.2",
    "postcss-custom-url": "^4.0.0",
    "postcss-extend": "^1.0.1",
    "postcss-mixins": "^4.0.0",
    "postcss-nested": "^1.0.0",
    "postcss-processor-splicer": "^3.0.0",
    "postcss-simple-import": "^3.0.0"
  },
  "devDependencies": {
    "compare-directory": "^1.0.0",
    "del": "^2.0.2",
    "eslint": "^2.1.0",
    "gulp": "^3.9.0",
    "mixy": "^1.0.0",
    "reduce-css": "^4.0.0",
    "tap": "^5.0.0"
  }
}
