mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 11:57:02 +00:00
Added uglify.js
This commit is contained in:
24
node_modules/uglify-js/package.json
generated
vendored
Normal file
24
node_modules/uglify-js/package.json
generated
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user