Update package.json.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 18 Mar 2014 04:55:25 +0000 (06:55 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 18 Mar 2014 05:25:38 +0000 (07:25 +0200)
* Remove unused property
* Use https for the repository link
* Move dependecies before devDependencies

package.json

index 6928fb4..f903b97 100644 (file)
@@ -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"
   "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",
     "qunit": "0.5.x",
     "time-grunt": "0.2.x"
   },
-  "dependencies": {
-    "uglify-js": "2.4.x",
-    "csso": "1.3.x"
-  },
   "files": [
     "dist",
     "LICENSE"