google-closure-compiler-js
Version:
Check, compile, transpile, optimize and compress JavaScript with Closure Compiler in JS
31 lines (30 loc) • 758 B
JSON
{
"name": "google-closure-compiler-js",
"version": "20160828.0.0",
"description": "Check, compile, transpile, optimize and compress JavaScript with Closure Compiler in JS",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/google/closure-compiler-js.git"
},
"keywords": [
"javascript",
"compiler",
"optimizer",
"minifier",
"closure"
],
"author": "The Closure Compiler Authors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/google/closure-compiler/issues"
},
"homepage": "https://developers.google.com/closure/compiler/",
"devDependencies": {
"ncp": "^2.0.0"
},
"dependencies": {
"gulp-util": "^3.0.7",
"webpack-core": "^0.6.8"
}
}