diff --git a/package.json b/package.json index abc10b1..0f8da22 100644 --- a/package.json +++ b/package.json @@ -15,12 +15,16 @@ ], "repository": { "type": "git", - "url": "https://github.com/coreyti/showdown.git" + "url": "https://github.com/coreyti/showdown.git", + "web": "https://github.com/coreyti/showdown" }, "devDependencies": { "mocha": "*", "should": "*" }, - "licenses": [{ "type": "BSD" }], + "licenses": [{ + "type": "BSD", + "url": "https://github.com/coreyti/showdown/raw/master/license.txt" + }], "main": "./src/showdown" }