123456789101112131415161718192021222324 |
- {
- "name" : "uglify-js",
- "description" : "JavaScript parser and compressor/beautifier toolkit",
- "author" : {
- "name" : "Mihai Bazon",
- "email" : "[email protected]",
- "url" : "http://mihai.bazon.net/blog"
- },
- "version" : "1.2.6",
- "main" : "./uglify-js.js",
- "bin" : {
- "uglifyjs" : "./bin/uglifyjs"
- },
- "repository": {
- "type": "git",
- "url": "[email protected]:mishoo/UglifyJS.git"
- }
- }
|