{
  "name": "htmlnano",
  "version": "0.2.5",
  "description": "Modular HTML minifier, built on top of the PostHTML",
  "main": "index.js",
  "author": "Kirill Maltsev <maltsevkirill@gmail.com>",
  "license": "MIT",
  "scripts": {
    "compile": "rimraf lib/*.js && rimraf lib/modules/*.js && babel -d lib/ lib/",
    "lint": "eslint *.js lib/*.es6 lib/modules/*.es6 lib/presets/*.es6 test/",
    "pretest": "npm run lint && npm run compile",
    "test": ":",
    "posttest": "mocha --require babel-core/register --recursive --check-leaks --globals addresses",
    "prepare": "npm run compile",
    "release:patch": "release-it patch -n"
  },
  "release-it": {
    "hooks": {
      "before:init": "npm test"
    }
  },
  "keywords": [
    "posthtml",
    "posthtml-plugin",
    "html",
    "postproccessor",
    "minifier"
  ],
  "babel": {
    "presets": [
      "env"
    ]
  },
  "dependencies": {
    "cssnano": "^4.1.10",
    "normalize-html-whitespace": "^1.0.0",
    "posthtml": "^0.12.0",
    "posthtml-render": "^1.1.5",
    "purgecss": "^1.4.0",
    "svgo": "^1.3.2",
    "terser": "^4.3.9",
    "uncss": "^0.17.2"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.0.3",
    "babel-preset-env": "^1.7.0",
    "eslint": "^6.6.0",
    "expect": "^24.9.0",
    "mocha": "^6.2.2",
    "release-it": "^12.4.3",
    "rimraf": "^3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/posthtml/htmlnano.git"
  },
  "bugs": {
    "url": "https://github.com/posthtml/htmlnano/issues"
  },
  "homepage": "https://github.com/posthtml/htmlnano"
}
