{
  "name": "pug-html-loader",
  "version": "1.1.7",
  "description": "Pug to html loader for webpack",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/willyelm/pug-html-loader.git"
  },
  "bugs": {
    "url": "https://github.com/willyelm/pug-html-loader/issues"
  },
  "homepage": "https://github.com/willyelm/pug-html-loader",
  "keywords": [
    "html",
    "pug",
    "loader",
    "webpack",
    "compile",
    "plain"
  ],
  "author": "Williams Medina <williams.medinaa@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "loader-utils": "^2.0.0",
    "pug": "^3.0.2"
  }
}