2012-10-03 10:19:00 +00:00
|
|
|
{
|
2014-08-03 17:48:59 +00:00
|
|
|
"name": "uglify-js",
|
|
|
|
|
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
|
2012-10-03 10:19:00 +00:00
|
|
|
"homepage": "http://lisperator.net/uglifyjs",
|
|
|
|
|
"main": "tools/node.js",
|
2014-12-09 13:21:44 +00:00
|
|
|
"version": "2.4.16",
|
2012-10-03 10:19:00 +00:00
|
|
|
"engines": { "node" : ">=0.4.0" },
|
|
|
|
|
"maintainers": [{
|
|
|
|
|
"name": "Mihai Bazon",
|
|
|
|
|
"email": "mihai.bazon@gmail.com",
|
|
|
|
|
"web": "http://lisperator.net/"
|
|
|
|
|
}],
|
2013-05-19 11:24:33 +00:00
|
|
|
"repository": {
|
2012-10-03 10:19:00 +00:00
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/mishoo/UglifyJS2.git"
|
2013-05-19 11:24:33 +00:00
|
|
|
},
|
2012-10-03 10:19:00 +00:00
|
|
|
"dependencies": {
|
2013-03-31 09:51:43 +00:00
|
|
|
"async" : "~0.2.6",
|
2014-07-09 15:01:23 +00:00
|
|
|
"source-map" : "0.1.34",
|
2014-08-03 17:48:59 +00:00
|
|
|
"optimist": "~0.3.5",
|
2013-08-01 04:51:09 +00:00
|
|
|
"uglify-to-browserify": "~1.0.0"
|
|
|
|
|
},
|
2014-08-03 17:48:59 +00:00
|
|
|
"devDependencies": {
|
|
|
|
|
"acorn": "~0.6.0",
|
|
|
|
|
"escodegen": "~1.3.3",
|
|
|
|
|
"esfuzz": "~0.3.1",
|
|
|
|
|
"estraverse": "~1.5.1"
|
|
|
|
|
},
|
2013-08-01 04:51:09 +00:00
|
|
|
"browserify": {
|
|
|
|
|
"transform": [ "uglify-to-browserify" ]
|
2012-10-03 10:19:00 +00:00
|
|
|
},
|
|
|
|
|
"bin": {
|
2012-11-21 11:27:03 +00:00
|
|
|
"uglifyjs" : "bin/uglifyjs"
|
2012-10-03 10:19:00 +00:00
|
|
|
},
|
2014-07-28 20:49:44 +00:00
|
|
|
"license": "BSD",
|
2012-10-03 10:19:00 +00:00
|
|
|
"scripts": {"test": "node test/run-tests.js"}
|
|
|
|
|
}
|