Custom app manifests for Scoop.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

closure-compiler.json 641B

1234567891011121314151617
  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": "20191111",
  5. "license": "Apache-2.0",
  6. "url": "https://dl.google.com/closure-compiler/compiler-20191111.zip",
  7. "hash": "sha256:99C4C21A5E151B6313DC60CDC409D8F6A1A29D1FC7DAD397A1CA15FAA8760CD8",
  8. "bin": [
  9. [
  10. "closure-compiler-v20191111.jar",
  11. "closure-compiler"
  12. ]
  13. ],
  14. "checkver": {
  15. "github": "https://github.com/google/closure-compiler"
  16. }
  17. }