ender-minify
Version:
Interface to UglifyJS Closure Compiler and YUICompressor
33 lines (32 loc) • 968 B
JSON
{
"name": "ender-minify"
, "description": "Interface to UglifyJS Closure Compiler and YUICompressor"
, "version": "0.1.1"
, "authors": [
"Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)"
, "Dustin Diaz @ded <dustin@obvious.com> (https://github.com/ded)"
, "Jacob Thornton @fat <jacob@twitter.com> (https://github.com/fat)"
]
, "keywords": [ "minify", "uglify", "yuicompressor", "closure" ]
, "main": "./lib/main.js"
, "homepage": "https://ender.jit.su"
, "dependencies": {
"uglify-js" : "~1.3.0"
}
, "directories": {
"lib" : "./lib"
}
, "devDependencies": {
"bustermove" : "*"
, "referee" : "*"
, "tap" : "*"
, "rimraf" : "~2.0.1"
}
, "scripts": {
"test" : "tap test/*-test.js"
}
, "repository": {
"type" : "git"
, "url" : "https://github.com/ender-js/ender-minify.git"
}
}