diff --git a/package.json b/package.json index e08cd1d..5d25d94 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,11 @@ "version": "1.0.2", "description": "Converts text to and from UTF-7 (RFC 2152 and IMAP)", "author": "Konstantin Käfer ", - "licenses": [ { "type": "BSD" } ], + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/kkaefer/utf7" + }, "main": "./utf7",