{
  "name": "google-closure-compiler-js",
  "version": "20200719.0.0",
  "description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
  "main": "jscomp.js",
  "repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-js",
  "homepage": "https://developers.google.com/closure/compiler/",
  "author": "Chad Killingsworth <chadkillingsworth@gmail.com>",
  "license": "Apache-2.0",
  "keywords": [
    "javascript",
    "compiler",
    "optimizer",
    "minifier",
    "closure"
  ],
  "files": [
    "jscomp.js",
    "package.json",
    "readme.md"
  ],
  "scripts": {
    "build": "echo \"google-closure-compiler-js build\"",
    "test": "./test.js"
  },
  "gitHead": "6698317c15ea68e3e6dd04617ba7a54e934a3a61"
}
