{
  "name": "gulp-pretty-html",
  "version": "2.0.10",
  "description": "Plugin Gulp for decorating HTML",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "gulp",
    "pretty",
    "html"
  ],
  "author": {
    "name": "Legostaev Vadim",
    "email": "legostaev.vadim@mail.ru"
  },
  "license": "ISC",
  "dependencies": {
    "js-beautify": "^1.7.5",
    "through2": "^2.0.3"
  }
}