{
  "name": "html-res-webpack-plugin",
  "version": "4.0.5",
  "description": "html generation and resource inline or md5 for webpack",
  "keywords": [
    "front-end",
    "web",
    "webpack",
    "plugin",
    "building tool"
  ],
  "homepage": "https://github.com/lcxfs1991/html-res-webpack-plugin",
  "bugs": {
    "url": "https://github.com/lcxfs1991/html-res-webpack-plugin/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:lcxfs1991/html-res-webpack-plugin.git"
  },
  "author": "heyli",
  "files": [
    "bin",
    "libs",
    "index.js"
  ],
  "scripts": {
    "pretest": "node ./runWebpack/index.js",
    "lint": "eslint index.js libs",
    "test": "npm run lint && mocha",
    "travis": "npm run cover -- --report lcovonly"
  },
  "dependencies": {
    "bluebird": "^3.5.1",
    "chalk": "^2.4.1",
    "fs-extra": "^7.0.0",
    "html-minifier": "^3.5.19",
    "loader-utils": "^1.1.0",
    "lodash": "^4.17.10",
    "rimraf": "^2.6.1"
  },
  "devDependencies": {
    "async": "^2.6.1",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-preset-es2015": "^6.24.1",
    "copy-webpack-plugin-hash": "^6.0.0",
    "css-loader": "^1.0.0",
    "eslint": "^5.2.0",
    "expect.js": "^0.3.1",
    "file-loader": "^1.1.11",
    "html-loader": "^0.5.5",
    "klaw": "^2.1.1",
    "less": "^3.7.1",
    "less-loader": "^4.1.0",
    "mini-css-extract-plugin": "^0.4.1",
    "mocha": "^5.2.0",
    "mocha-lcov-reporter": "^1.3.0",
    "sinon": "^6.1.4",
    "style-loader": "^0.21.0",
    "url-loader": "^1.0.1",
    "webpack": "^4.16.1",
    "webpack-asset-pipeline": "^1.1.1"
  },
  "peerDependencies": {
    "html-loader": "0.5.x"
  },
  "license": "MIT",
  "engines": {
    "node": ">=6.0.0",
    "npm": ">=3.0.0"
  }
}
