about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
authorBobIsMyManager <bimmgitsignature.nly8m@simplelogin.co>2022-08-01 14:28:15 +0100
committerBobIsMyManager <bimmgitsignature.nly8m@simplelogin.co>2022-08-02 22:02:35 +0100
commit9a884ca5c0a5217543dbce6b20ff457fcd5fbaa0 (patch)
tree272841e5d7f61f1da400344303650d4dd0981c24 /package.json
parentLatency threshold, LBRY/Odysee -> LBRY (diff)
downloadlibredirect-9a884ca5c0a5217543dbce6b20ff457fcd5fbaa0.zip
http status
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index e6214c85..50872aac 100644
--- a/package.json
+++ b/package.json
@@ -22,12 +22,13 @@
 	"bugs": {
 		"url": "https://github.com/LibRedirect/LibRedirect/issues"
 	},
-	"homepage": "https://github.com/LibRedirect/LibRedirect",
+	"homepage": "https://libredirect.github.io",
 	"devDependencies": {
 		"prettier": "2.7.1",
 		"web-ext": "^6.7.0"
 	},
 	"dependencies": {
-		"buffer": "^6.0.3"
+		"buffer": "^6.0.3",
+		"ejs": "^3.1.8"
 	}
 }