diff --git a/package.json b/package.json index ab6ec2ba..d98473fa 100644 --- a/package.json +++ b/package.json @@ -1,32 +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.3.5", - - "main" : "./uglify-js.js", - - "bin" : { - "uglifyjs" : "./bin/uglifyjs" - }, - - "repository": { - "type": "git", - "url": "git@github.com:mishoo/UglifyJS.git" - }, - - "devDependencies": { - "nodeunit": "0.7.x" - }, - - "scripts": { - "test": "$(which nodeunit || echo node_modules/nodeunit/bin/nodeunit) test/unit/scripts.js && test/testparser.js && test/testconsolidator.js" - } + "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.3.5", + "main": "./uglify-js.js", + "bin": { + "uglifyjs": "./bin/uglifyjs" + }, + "repository": { + "type": "git", + "url": "git@github.com:mishoo/UglifyJS.git" + }, + "devDependencies": { + "nodeunit": "0.7.x" + }, + "scripts": { + "test": "$(which nodeunit || echo node_modules/nodeunit/bin/nodeunit) test/unit/scripts.js && test/testparser.js && test/testconsolidator.js" + } }