Skip to content

Commit 6abb704

Browse files
committed
REFACTOR: remove webtorrent repo related files
1 parent 06fe102 commit 6abb704

File tree

9 files changed

+8
-299
lines changed

9 files changed

+8
-299
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.travis.yml
2-
CONTRIBUTING.md
32
examples/
43
img/
54
test/

AUTHORS.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 20 deletions
This file was deleted.

examples/express-embed/package.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

examples/express-embed/server.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

examples/tracker-scrape.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

package.json

Lines changed: 8 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"name": "bittorrent-tracker",
3-
"description": "Simple, robust, BitTorrent tracker (client & server) implementation",
4-
"version": "9.15.0-arc-10",
2+
"name": "arcio-tracker",
3+
"description": "arcui tracker (client & server) implementation",
4+
"version": "10.00.0",
55
"author": {
6-
"name": "WebTorrent LLC",
7-
"email": "[email protected]",
8-
"url": "https://webtorrent.io"
6+
"name": "Arcio",
7+
"email": "[email protected]"
98
},
109
"bin": {
1110
"bittorrent-tracker": "./bin/cmd.js"
@@ -20,9 +19,6 @@
2019
"./server.js": false,
2120
"dgram": "chrome-dgram"
2221
},
23-
"bugs": {
24-
"url": "https://github.com/webtorrent/bittorrent-tracker/issues"
25-
},
2622
"dependencies": {
2723
"bencode": "^2.0.1",
2824
"bittorrent-peerid": "^1.3.2",
@@ -55,43 +51,17 @@
5551
"engines": {
5652
"node": ">=10"
5753
},
58-
"keywords": [
59-
"bittorrent",
60-
"p2p",
61-
"peer",
62-
"peer-to-peer",
63-
"stream",
64-
"torrent",
65-
"tracker",
66-
"wire"
67-
],
68-
"license": "MIT",
6954
"main": "index.js",
7055
"optionalDependencies": {
7156
"bufferutil": "^4.0.1",
7257
"utf-8-validate": "^5.0.2"
7358
},
7459
"repository": {
7560
"type": "git",
76-
"url": "git://github.com/webtorrent/bittorrent-tracker.git"
61+
"url": "https://github.com/webtorrent/bittorrent-tracker.git"
7762
},
7863
"scripts": {
7964
"watch": "tape-watch test/*.js",
80-
"test": "tape test/*.js",
81-
"update-authors": "./tools/update-authors.sh"
82-
},
83-
"funding": [
84-
{
85-
"type": "github",
86-
"url": "https://github.com/sponsors/feross"
87-
},
88-
{
89-
"type": "patreon",
90-
"url": "https://www.patreon.com/feross"
91-
},
92-
{
93-
"type": "consulting",
94-
"url": "https://feross.org/support"
95-
}
96-
]
65+
"test": "tape test/*.js"
66+
}
9767
}

tools/update-authors.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)