From: XhmikosR Date: Tue, 18 Mar 2014 04:55:25 +0000 (+0200) Subject: Update package.json. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=feea8c1268883cb9e26e6125e74936d555ae640e;p=html-minifier.git Update package.json. * Remove unused property * Use https for the repository link * Move dependecies before devDependencies --- diff --git a/package.json b/package.json index 6928fb4..f903b97 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "minifier", "lint" ], - "url": "http://github.com/kangax/html-minifier", "homepage": "http://kangax.github.io/html-minifier/", "author": "Juriy \"kangax\" Zaytsev", "maintainers": [ @@ -23,7 +22,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/kangax/html-minifier" + "url": "https://github.com/kangax/html-minifier" }, "bugs": { "url": "https://github.com/kangax/html-minifier/issues" @@ -37,6 +36,10 @@ "scripts": { "test": "grunt test" }, + "dependencies": { + "csso": "1.3.x", + "uglify-js": "2.4.x" + }, "devDependencies": { "grunt": "0.4.x", "grunt-contrib-concat": "0.3.x", @@ -49,10 +52,6 @@ "qunit": "0.5.x", "time-grunt": "0.2.x" }, - "dependencies": { - "uglify-js": "2.4.x", - "csso": "1.3.x" - }, "files": [ "dist", "LICENSE"