From 695a399568d5f3d3dc08ae6fc2c31079b278522d Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sun, 17 May 2020 12:38:46 -0700 Subject: [PATCH] package metadata --- index.js | 1 + package.json | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 1e7f2a4..de5d73c 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,4 @@ +/*! bittorrent-tracker. MIT License. WebTorrent LLC */ const Client = require('./client') const Server = require('./server') diff --git a/package.json b/package.json index fdfc1c7..7f3e09d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Simple, robust, BitTorrent tracker (client & server) implementation", "version": "9.15.0", "author": { - "name": "WebTorrent, LLC", + "name": "WebTorrent LLC", "email": "feross@webtorrent.io", "url": "https://webtorrent.io" }, @@ -78,5 +78,19 @@ "scripts": { "test": "standard && tape test/*.js", "update-authors": "./tools/update-authors.sh" - } + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }