html-webpack-hot-plugin
Version:
HtmlWebpackPlugin with hot reload
36 lines (35 loc) • 951 B
JSON
{
"name": "html-webpack-hot-plugin",
"version": "1.2.2",
"description": "HtmlWebpackPlugin with hot reload",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"HtmlWebpackPlugin",
"hot",
"reload"
],
"author": "phoe",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
"htmlparser2": "^3.3.0",
"querystring": "^0.2.0",
"socket-client": "^1.0.0",
"sockjs": "^0.3.19",
"url": "^0.11.0"
},
"devDependencies": {
"webpack-dev-server": "^3.3.1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/phoeninee/html-webpack-hot-plugin.git"
},
"bugs": {
"url": "https://github.com/phoeninee/html-webpack-hot-plugin/issues"
},
"homepage": "https://github.com/phoeninee/html-webpack-hot-plugin#readme"
}