html-replace-webpack-plugin
Version:
A Webpack plugin for replace HTML contents with custom pattern string or regex.
34 lines (33 loc) • 867 B
JSON
{
"name": "html-replace-webpack-plugin",
"version": "2.6.0",
"description": "A Webpack plugin for replace HTML contents with custom pattern string or regex.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iminif/html-replace-webpack-plugin.git"
},
"keywords": [
"html-replace-webpack-plugin",
"html",
"replace",
"webpack",
"plugin",
"iminif"
],
"author": "aeiou <iminif@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iminif/html-replace-webpack-plugin/issues"
},
"homepage": "https://github.com/iminif/html-replace-webpack-plugin#readme",
"notes": {
"2.2.7": "unpublished@2017-09-15 11:22"
},
"devDependencies": {
"html-webpack-plugin": "^4.5.0"
}
}