From 8a57f9b0a7e59a1c9933e0440a07552dccd3c9e6 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 12 Apr 2021 21:00:05 +0900 Subject: [PATCH] package.json normalization --- package.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e240f0..c7e6315 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,21 @@ { "name": "CheckMyLinks", "description": "Check My Links is a link checker that crawls through your webpage and looks for broken links.", + "homepage": "https://github.com/PageModifiedOfficial/Check-My-Links/", "author": "Logflare", "version": "3.8.2", + "license": "MIT" + "bugs": { + "url": "https://github.com/PageModifiedOfficial/Check-My-Links/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/PageModifiedOfficial/Check-My-Links.git" + }, "devDependencies": { "jshint": "^2.6.0" }, "scripts": { "test": "jshint --exclude ./node_modules ." } -} \ No newline at end of file +}