diff --git a/package.json b/package.json index e08cd1d..a25afc6 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,13 @@ "name": "utf7", "version": "1.0.2", "description": "Converts text to and from UTF-7 (RFC 2152 and IMAP)", + "repository" : { + "type": "git", + "url": "https://github.com/kkaefer/utf7" + }, + "bugs": { + "url": "https://github.com/kkaefer/utf7/issues" + }, "author": "Konstantin Käfer ", "licenses": [ { "type": "BSD" } ],