-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 888 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "bt-stream",
"version": "0.1.1",
"description": "bittorrent read-stream implementation without writing to storage",
"main": "index.js",
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/torrent-proxy/bt-stream.git"
},
"keywords": [
"bittorrent",
"stream"
],
"author": "reeFridge",
"license": "MIT",
"bugs": {
"url": "https://github.com/torrent-proxy/bt-stream/issues"
},
"homepage": "https://github.com/torrent-proxy/bt-stream#readme",
"dependencies": {
"bitfield": "^2.0.0",
"bittorrent-dht": "10.0.0",
"bncode": "^0.5.3",
"hat": "0.0.3",
"parse-torrent": "^5.8.3",
"peer-wire-swarm": "^0.12.1"
},
"devDependencies": {
"@babel/core": "7.12.9",
"@types/jest": "26.0.15",
"jest": "26.6.3"
}
}