-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
33 lines (33 loc) · 890 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": "replace-hash-webpack-plugin",
"version": "2.4.2",
"description": "Use webpack hash of bundles to update the script src in HTMl files",
"main": "index.js",
"scripts": {
"postrelease": "git push && git push origin --tags",
"release": "standard-version && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/packingjs/replace-hash-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"hash",
"replace",
"html"
],
"author": "zhongzhi <zhong.zhi@163.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/packingjs/replace-hash-webpack-plugin/issues"
},
"homepage": "https://github.com/packingjs/replace-hash-webpack-plugin#readme",
"dependencies": {
"packing-glob": "^1.0.1",
"lodash.endswith": "^4.1.0",
"mkdirp": "^0.5.1",
"object-assign": "^4.1.0"
}
}