mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00:00
24 lines
574 B
JSON
24 lines
574 B
JSON
{
|
|
"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.5",
|
|
|
|
"main" : "./uglify-js.js",
|
|
|
|
"bin" : {
|
|
"uglifyjs" : "./bin/uglifyjs"
|
|
},
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:mishoo/UglifyJS.git"
|
|
}
|
|
}
|