From 18c33fa5f76596369743e1571d15903f08b797d5 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 16 Jul 2020 21:49:31 -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 3438fd9..6da13a7 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,4 @@ +/*! ut_metadata. MIT License. WebTorrent LLC */ const { EventEmitter } = require('events') const bencode = require('bencode') const BitField = require('bitfield') diff --git a/package.json b/package.json index ffb8e2b..ff2fc82 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Extension for Peers to Send Metadata Files (BEP 9)", "version": "3.5.1", "author": { - "name": "WebTorrent, LLC", + "name": "WebTorrent LLC", "email": "feross@webtorrent.io", "url": "https://webtorrent.io" }, @@ -42,5 +42,19 @@ }, "scripts": { "test": "standard && tape test/*.js" - } + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }