UglifyJS/package.json

26 lines
708 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-02-14 10:51:13 +00:00
"version": "2.2.5",
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": {
2012-11-09 14:43:49 +00:00
"source-map" : "~0.1.7",
"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"}
}