Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2020-05-10 18:52:06 +0300
committerFeross Aboukhadijeh <feross@feross.org>2020-05-10 20:45:21 +0300
commitf001f036a8ae986aa0580ef138143d989087167f (patch)
tree55f0a8ba62137a46782507821fbedab333fe2c66 /package.json
parentc9bb0e7b51f7a2edaf971aa213acd79f183fc44c (diff)
Update package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 17 insertions, 3 deletions
diff --git a/package.json b/package.json
index 23766d2..cba5330 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"description": "Streaming torrent client",
"version": "0.108.1",
"author": {
- "name": "WebTorrent, LLC",
+ "name": "WebTorrent LLC",
"email": "feross@webtorrent.io",
"url": "https://webtorrent.io"
},
@@ -130,5 +130,19 @@
"test-browser-local": "airtap --local -- test/*.js test/browser/*.js",
"test-node": "tape test/*.js test/node/*.js",
"update-authors": "./scripts/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"
+ }
+ ]
+} \ No newline at end of file