Added uglify.js

This commit is contained in:
Jeremy Ruston
2011-12-21 13:03:37 +00:00
parent f096b19e4a
commit 0d1a2ef21c
98 changed files with 6258 additions and 19 deletions

24
node_modules/uglify-js/package.json generated vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"name" : "uglify-js",
"description" : "JavaScript parser and compressor/beautifier toolkit",
"author" : {
"name" : "Mihai Bazon",
"email" : "mihai.bazon@gmail.com",
"url" : "http://mihai.bazon.net/blog"
},
"version" : "1.2.2",
"main" : "./uglify-js.js",
"bin" : {
"uglifyjs" : "./bin/uglifyjs"
},
"repository": {
"type": "git",
"url": "git@github.com:mishoo/UglifyJS.git"
}
}