package metadata

This commit is contained in:
Feross Aboukhadijeh 2020-05-17 12:38:46 -07:00
parent 01204765a5
commit 695a399568
2 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,4 @@
/*! bittorrent-tracker. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */
const Client = require('./client')
const Server = require('./server')

View File

@ -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"
}
]
}