40 lines
932 B
JSON
40 lines
932 B
JSON
{
|
|
"name": "uglify-js",
|
|
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
|
|
"homepage": "http://lisperator.net/uglifyjs",
|
|
"author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)",
|
|
"license": "BSD-2-Clause",
|
|
"version": "3.3.8",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"maintainers": [
|
|
"Alex Lam <alexlamsl@gmail.com>",
|
|
"Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)"
|
|
],
|
|
"repository": "mishoo/UglifyJS2",
|
|
"main": "tools/node.js",
|
|
"bin": {
|
|
"uglifyjs": "bin/uglifyjs"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"tools",
|
|
"LICENSE"
|
|
],
|
|
"dependencies": {
|
|
"commander": "~2.13.0",
|
|
"source-map": "~0.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"acorn": "~5.3.0",
|
|
"mocha": "~3.5.1",
|
|
"semver": "~5.4.1"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/run-tests.js"
|
|
},
|
|
"keywords": ["uglify", "uglify-js", "minify", "minifier", "es5"]
|
|
}
|