mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-31 02:21:36 +00:00
package metadata
This commit is contained in:
parent
01204765a5
commit
695a399568
1
index.js
1
index.js
@ -1,3 +1,4 @@
|
|||||||
|
/*! bittorrent-tracker. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */
|
||||||
const Client = require('./client')
|
const Client = require('./client')
|
||||||
const Server = require('./server')
|
const Server = require('./server')
|
||||||
|
|
||||||
|
18
package.json
18
package.json
@ -3,7 +3,7 @@
|
|||||||
"description": "Simple, robust, BitTorrent tracker (client & server) implementation",
|
"description": "Simple, robust, BitTorrent tracker (client & server) implementation",
|
||||||
"version": "9.15.0",
|
"version": "9.15.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "WebTorrent, LLC",
|
"name": "WebTorrent LLC",
|
||||||
"email": "feross@webtorrent.io",
|
"email": "feross@webtorrent.io",
|
||||||
"url": "https://webtorrent.io"
|
"url": "https://webtorrent.io"
|
||||||
},
|
},
|
||||||
@ -78,5 +78,19 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "standard && tape test/*.js",
|
"test": "standard && tape test/*.js",
|
||||||
"update-authors": "./tools/update-authors.sh"
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user