Update package.json
authorkangax <kangax@gmail.com>
Mon, 8 Aug 2011 22:52:55 +0000 (18:52 -0400)
committerkangax <kangax@gmail.com>
Mon, 5 Mar 2012 00:45:38 +0000 (01:45 +0100)
package.json

index 869d23b..48ac0b5 100644 (file)
@@ -1,8 +1,9 @@
 {
   "name": "html-minifier",
-  "version": "0.4.4",
   "description": "HTML minifier with lint-like capabilities.",
+  "version": "0.4.4",
   "keywords": ["html", "minifier", "lint"],
+  "url" : "http://github.com/kangax/html-minifier",
   "maintainers": [{
     "name": "Juriy Zaytsev",
     "email": "kangax@gmail.com",
     "type": "MIT",
     "url": "https://github.com/kangax/html-minifier/blob/gh-pages/src/license.txt"
   }],
-  "repositories": [{
-    "type": "git",
-    "url": "git://github.com/kangax/html-minifier.git"
-  }],
+  "repository": "git://github.com/kangax/html-minifier",
   "engines": {
     "node": ">=0.4.8"
   },