dota2-fork
Version:
A node-steam plugin for Dota 2. Fork with fresh updates
32 lines (31 loc) • 910 B
JSON
{
"name": "google-closure-compiler-java",
"version": "20221102.0.1",
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
"main": "index.js",
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-java",
"homepage": "https://developers.google.com/closure/compiler/",
"author": "Chad Killingsworth <chadkillingsworth@gmail.com>",
"license": "Apache-2.0",
"keywords": [
"javascript",
"compiler",
"optimizer",
"minifier",
"closure",
"java"
],
"files": [
"compiler.jar",
"index.js",
"package.json",
"readme.md",
"LICENSE"
],
"preferUnplugged": true,
"scripts": {
"build": "echo \"google-closure-compiler-java build\"",
"test": "node ./test.js",
"prepublishOnly": "node ../../build-scripts/ensure-file-exists.js compiler.jar"
}
}