wallet-core/node_modules/uglify-js/package.json

45 lines
1.0 KiB
JSON
Raw Normal View History

2017-05-03 15:35:00 +02:00
{
"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",
2017-08-14 05:01:11 +02:00
"version": "3.0.27",
2017-05-03 15:35:00 +02:00
"engines": {
"node": ">=0.8.0"
},
"maintainers": [
"Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)"
],
"repository": {
"type": "git",
"url": "https://github.com/mishoo/UglifyJS2.git"
},
"bugs": {
"url": "https://github.com/mishoo/UglifyJS2/issues"
},
"main": "tools/node.js",
"bin": {
"uglifyjs": "bin/uglifyjs"
},
"files": [
"bin",
"lib",
"tools",
"LICENSE"
],
"dependencies": {
2017-08-14 05:01:11 +02:00
"commander": "~2.11.0",
"source-map": "~0.5.1"
2017-05-03 15:35:00 +02:00
},
"devDependencies": {
2017-08-14 05:01:11 +02:00
"acorn": "~5.1.1",
"mocha": "~3.4.2",
"semver": "~5.3.0"
2017-05-03 15:35:00 +02:00
},
"scripts": {
"test": "node test/run-tests.js"
},
2017-08-14 05:01:11 +02:00
"keywords": ["uglify", "uglify-js", "minify", "minifier", "es5"]
2017-05-03 15:35:00 +02:00
}