{
"name": "uglify-js",
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
"homepage": "http://lisperator.net/uglifyjs",
"main": "tools/node.js",
"version": "2.2.5",
"engines": {
"node": ">=0.4.0"
},
"maintainers": [
{
"name": "caires",
"email": "[email protected]"
},
{
"name": "mape",
"email": "[email protected]"
},
{
"name": "mishoo",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/mishoo/UglifyJS2.git"
}
],
"dependencies": {
"source-map": "~0.1.7",
"optimist": "~0.3.5"
},
"bin": {
"uglifyjs": "bin/uglifyjs"
},
"scripts": {
"test": "node test/run-tests.js"
},
"_id": "[email protected]",
"dist": {
"shasum": "a6e02a70d839792b9780488b7b8b184c095c99c7",
"tarball": "http://registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz"
},
"_npmVersion": "1.1.66",
"_npmUser": {
"name": "mishoo",
"email": "[email protected]"
},
"directories": {},
"_shasum": "a6e02a70d839792b9780488b7b8b184c095c99c7",
"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz",
"_from": "uglify-js@>=2.2.0 <2.3.0"
}