{
  "name": "@nurminen/html-beautify-webpack-plugin",
  "version": "1.1.4",
  "description": "Adapter for beautifyjs as webpack plugin, chained with HtmlWebpackPlugin",
  "main": "index.js",
  "scripts": {
    "test": "echo \"No test specified\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nurminendev/html-beautify-webpack-plugin.git"
  },
  "keywords": [
    "webpack",
    "html",
    "beatify",
    "plugin",
    "HtmlWebpackPlugin"
  ],
  "author": "Riku Nurminen <riku@nurminen.dev>",
  "license": "MIT",
  "bugs": {
    "url": "https://https://github.com/nurminendev/html-beautify-webpack-plugin/issues"
  },
  "homepage": "https://https://github.com/nurminendev/html-beautify-webpack-plugin#readme",
  "dependencies": {
    "assert": "^2.0.0",
    "chalk": "^4.1.0",
    "js-beautify": "^1.13.0",
    "lodash": "^4.17.20"
  },
  "devDependencies": {}
}
