grunt-closure-compiler-cwd-only
Version:
A Grunt task for Closure Compiler.
31 lines (30 loc) • 584 B
JSON
{
"name": "grunt-closure-compiler-cwd-only",
"description": "A Grunt task for Closure Compiler.",
"version": "1.0.0",
"author": {
"name": "Kyo",
"email": "kyofight@gmail.com"
},
"licenses": "MIT",
"main": "grunt.js",
"bin": {
"grunt-closure-compiler": "bin/grunt-closure-compiler"
},
"engines": {
"node": ">=0.6.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"Closure Compiler",
"Minification",
"Performance",
"gruntplugin"
],
"readmeFilename": "README.md"
}