{
  "name": "purgecss-webpack-plugin",
  "version": "0.23.0",
  "description": "Purgecss plugin for webpack - Remove unused css",
  "main": "./lib/purgecss-webpack-plugin.js",
  "module": "./lib/purgecss-webpack-plugin.es.js",
  "jsnext:main": "./lib/purgecss-webpack-plugin.es.js",
  "types": "./lib/purgecss-webpack-plugin.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__",
    "example": "examples"
  },
  "files": [
    "lib/"
  ],
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "dev": "rollup -c rollup.config.js -w",
    "test": "npx jest .+.test.js",
    "lint": "eslint -c .eslintrc src/",
    "prettier": "npx prettier --write --print-width 100 --tab-width 4 --no-semi --single-quote '{src,__{tests,mocks}__}/**/*.js'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FullHuman/purgecss-webpack-plugin.git"
  },
  "keywords": [
    "webpack-plugin",
    "purgecss",
    "remove",
    "unused",
    "css"
  ],
  "author": "Ffloriel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FullHuman/purgecss-webpack-plugin/issues"
  },
  "homepage": "https://github.com/FullHuman/purgecss-webpack-plugin#readme",
  "devDependencies": {
    "babel-eslint": "^8.2.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-syntax-object-rest-spread": "^6.13.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "codacy-coverage": "^3.0.0",
    "css-loader": "^0.28.11",
    "eslint": "^4.19.1",
    "extract-text-webpack-plugin": "^3.0.2",
    "jest": "^22.4.4",
    "prettier": "^1.12.1",
    "rollup": "^0.59.2",
    "rollup-plugin-babel": "^3.0.4",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-watch": "^4.3.1",
    "webpack": "^3.10.0"
  },
  "dependencies": {
    "eslint-plugin-html": "^4.0.3",
    "purgecss": "^1.0.0",
    "webpack-sources": "^1.1.0"
  }
}
