feat(download): basic torrent download support

This commit is contained in:
Alexey Kasyanchuk
2018-02-08 03:44:57 +03:00
parent 0e46df3dbc
commit 765177d89d
5 changed files with 93 additions and 5 deletions

View File

@ -84,7 +84,8 @@
"react-dom": "^16.2.0",
"react-input-range": "^1.3.0",
"react-markdown": "^3.1.5",
"react-tap-event-plugin": "^3.0.2"
"react-tap-event-plugin": "^3.0.2",
"webtorrent": "^0.98.21"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.38",