{
  "name": "purifycss-webpack-plugin",
  "version": "2.0.3",
  "description": "PurifyCSS plugin for webpack",
  "main": "index.js",
  "scripts": {
    "test": "echo \"No test suite for this version, yet.\" && exit 0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/purifycss/purifycss-webpack-plugin.git"
  },
  "keywords": [
    "webpack",
    "uncss",
    "plugin",
    "purify"
  ],
  "author": "Kenny Tran, Matthew Rourke, Phoebe Li, Kevin \"Ingwie Phoenix\" Ingwersen",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/purifycss/purifycss-webpack-plugin/issues"
  },
  "homepage": "https://github.com/purifycss/purifycss-webpack-plugin",
  "peerDependencies": {
    "webpack": "^1.9.11"
  },
  "dependencies": {
    "glob": "^5.0.15",
    "webpack-sources": "^0.1.0",
    "purify-css": "^1.1.1"
  }
}
