You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
574 B
24 lines
574 B
{ |
|
"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" |
|
} |
|
}
|
|
|