-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 980 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
34
35
36
{
"name": "contenthash-replace-webpack-plugin",
"version": "0.0.5",
"description": "Webpack plugin for transforming bundle references in your html files with content hash formatted names.",
"keywords": [
"contenthash",
"content hash",
"webpack contenthash",
"webpack content hash",
"webpack content hash replace",
"webpack replace content hash",
"webpack content hash css",
"webpack css"
],
"homepage": "https://github.com/giemch/contenthash-replace-webpack-plugin",
"main": "index.js",
"author": "Joey Eng",
"license": "ISC",
"scripts": {
"test": "mocha",
"build-sample": "webpack --config ./sample/webpack.config.js"
},
"dependencies": {
"fs": "0.0.2",
"loader-utils": "^2.0.0",
"path": "^0.12.7"
},
"devDependencies": {
"mocha": "^3.4.2",
"webpack": "^2.6.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giemch/contenthash-replace-webpack-plugin.git"
}
}