diff --git a/package.json b/package.json index 917f133..0f392c0 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "webtorrent-desktop", - "description": "WebTorrent, the streaming torrent client. For Mac, Windows, and Linux.", + "name": "leenkx-box", + "description": "A seed box for torrents compatible with webtorrent protocol running on Mac, Windows, and Linux.", "version": "0.24.0", "author": { "name": "Leenkx Team", - "email": "feross@webtorrent.io", - "url": "https://webtorrent.io" + "email": "info@leenkx.com", + "url": "https://leenkx.com" }, "babel": { "plugins": [ @@ -18,7 +18,7 @@ ] }, "bugs": { - "url": "https://github.com/leenkx/leenkxbox/issues" + "url": "https://dev.leenkx.com/LeenkxTeam/LNXBOX/issues" }, "dependencies": { "@electron/remote": "2.1.2", @@ -84,7 +84,7 @@ "node": "^16.0.0 || ^18.0.0", "npm": "^7.10.0 || ^8.0.0 || ^9.0.0 || ^10.0.0" }, - "homepage": "https://webtorrent.io", + "homepage": "https://leenkx.com", "keywords": [ "desktop", "electron", @@ -106,7 +106,7 @@ "productName": "WebTorrent", "repository": { "type": "git", - "url": "git://github.com/leenkx/leenkxbox.git" + "url": "git://dev.leenkx.com/LeenkxTeam/LNXBOX.git" }, "scripts": { "build": "babel src --out-dir build",