forked from webpack/compression-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 661 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 661 Bytes
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
{
"name": "compression-webpack-plugin",
"version": "0.2.0",
"author": "Tobias Koppers @sokra",
"description": "Prepare compressed versions of assets to serve them with Content-Encoding",
"peerDependencies": {
"webpack": ">=0.11 <2"
},
"dependencies": {
"async": "0.2.x"
},
"optionalDependencies": {
"node-zopfli": "^1.3.4"
},
"homepage": "http://github.com/webpack/compression-webpack-plugin",
"repository": {
"type": "git",
"url": "http://github.com/webpack/compression-webpack-plugin.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}