|
@@ -0,0 +1,17 @@
|
|
1
|
+{
|
|
2
|
+ "homepage": "https://developers.google.com/closure/compiler/",
|
|
3
|
+ "description": "The Closure Compiler is a tool for making JavaScript download and run faster. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript.",
|
|
4
|
+ "version": "20190929",
|
|
5
|
+ "license": "Apache 2.0",
|
|
6
|
+ "url": "https://dl.google.com/closure-compiler/compiler-latest.zip",
|
|
7
|
+ "hash": "md5:ad95bbae431f783f152215bf6fa9b783",
|
|
8
|
+ "bin": [
|
|
9
|
+ [
|
|
10
|
+ "closure-compiler-v20190929.jar",
|
|
11
|
+ "closure-compiler"
|
|
12
|
+ ]
|
|
13
|
+ ],
|
|
14
|
+ "checkver": {
|
|
15
|
+ "github": "https://github.com/google/closure-compiler"
|
|
16
|
+ }
|
|
17
|
+}
|