grunt-closure-compiler-build
Version:
Download, unzip Google Closure Compiler for "grunt-closure-compiler"
46 lines (45 loc) • 1.04 kB
JSON
{
"name": "grunt-closure-compiler-build",
"description": "Download, unzip Google Closure Compiler for \"grunt-closure-compiler\"",
"version": "1.3.0",
"homepage": "https://github.com/ionscript/grunt-closure-compiler-build",
"author": {
"name": "Ion",
"email": "ionscript.inc@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/ionscript/grunt-closure-compiler-build.git"
},
"bugs": {
"url": "https://github.com/ionscript/grunt-closure-compiler-build/issues"
},
"engines": {
"node": ">= 0.8.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ionscript/grunt-closure-compiler-build/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"node-fs": "^0.1.7",
"unzip": "^0.1.11"
},
"devDependencies": {
"grunt": "^0.4.5"
},
"keywords": [
"Closure Compiler",
"Closure Compiler Build",
"Minification",
"compiler.jar",
"gruntplugin"
],
"files": [
"tasks",
"LICENSE-MIT",
"README.md"
]
}