UglifyJS/package.json

27 lines
741 B
JSON
Raw Normal View History

2012-10-03 10:19:00 +00:00
{
"name": "uglify-js",
2012-10-03 10:19:00 +00:00
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
"homepage": "http://lisperator.net/uglifyjs",
"main": "tools/node.js",
2013-05-09 05:58:55 +00:00
"version": "2.3.2",
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/"
}],
"repositories": [{
"type": "git",
"url": "https://github.com/mishoo/UglifyJS2.git"
}],
"dependencies": {
"async" : "~0.2.6",
2012-11-09 14:43:49 +00:00
"source-map" : "~0.1.7",
2013-03-31 10:38:02 +00:00
"optimist" : "~0.3.5"
2012-10-03 10:19:00 +00:00
},
"bin": {
"uglifyjs" : "bin/uglifyjs"
2012-10-03 10:19:00 +00:00
},
"scripts": {"test": "node test/run-tests.js"}
}