-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
33 lines (33 loc) · 834 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"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"
}
}