blob: be9541010d9a18133dd8cc83c20759022cfd4f8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "Htmlcompressor",
"description": "Minify HTML or XML",
"url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/htmlcompressor/htmlcompressor-1.5.3.jar",
"mirror": null,
"homepage": "https://code.google.com/archive/p/htmlcompressor/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"libexec.install \"htmlcompressor-#{version}.jar\"",
"bin.write_jar_script libexec/\"htmlcompressor-#{version}.jar\", \"htmlcompressor\""
],
"version": "1.5.3",
"file": "htmlcompressor.rb"
}
|