closure-compiler-service
Version:
Compile JavaScript with the Google Closure compiler service
33 lines (29 loc) • 713 B
JSON
{
"name": "closure-compiler-service",
"version": "0.6.1",
"author": "Gavin Lloyd <gavinhungry@gmail.com>",
"description": "Compile JavaScript with the Google Closure compiler service",
"license": "MIT",
"keywords": [
"closure",
"compiler",
"compress",
"google",
"minify",
"service"
],
"homepage": "https://github.com/gavinhungry/closure-compiler-service",
"repository": {
"type": "git",
"url": "git://github.com/gavinhungry/closure-compiler-service.git"
},
"main": "lib/closure-service.js",
"bin": {
"closure-service": "bin/closure-service"
},
"dependencies": {
"commander": "2.9.0",
"request": "2.69.x",
"querystring": "0.2.x"
}
}