From: kangax Date: Mon, 8 Aug 2011 22:52:55 +0000 (-0400) Subject: Update package.json X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f4c5566da16008dd1857d68a9c16f11df4471051;p=html-minifier.git Update package.json --- diff --git a/package.json b/package.json index 869d23b..48ac0b5 100644 --- a/package.json +++ b/package.json @@ -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", @@ -20,10 +21,7 @@ "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" },