Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ibinti #1806

Closed
wants to merge 15 commits into from
Next

kotorrent

  • Loading branch information
ibinti committed Jan 8, 2020
commit e2a6203bdd0b53f2ec452c1b810f36578a90aa58

This file was deleted.

This file was deleted.

@@ -1,3 +1,5 @@
.idea
build
node_modules/
package-lock.json
webtorrent.debug.js
webtorrent.debug.js

This file was deleted.

This file was deleted.

@@ -1,11 +1,11 @@
{
"name": "webtorrent",
"description": "Streaming torrent client",
"name": "kotorrent",
"description": "webtorrent in kotlin",
"version": "0.107.17",
"author": {
"name": "WebTorrent, LLC",
"email": "feross@webtorrent.io",
"url": "https://webtorrent.io"
"name": "kotorrent",
"email": "kotorrent@ibinti.com",
"url": "https://kotorrent.ibinti.com"
},
"browser": {
"./lib/server.js": false,
@@ -23,7 +23,7 @@
]
},
"bugs": {
"url": "https://github.com/webtorrent/webtorrent/issues"
"url": "https://github.com/ibinti/kotorrent/issues"
},
"chromeapp": {
"fs-chunk-store": "memory-chunk-store",
@@ -94,7 +94,7 @@
"engines": {
"node": ">=10"
},
"homepage": "https://webtorrent.io",
"homepage": "https://kotorrent.ibinti.com",
"keywords": [
"bittorrent",
"bittorrent client",
@@ -115,7 +115,7 @@
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/webtorrent/webtorrent.git"
"url": "git://github.com/ibinti/kotorrent.git"
},
"scripts": {
"build": "browserify --standalone WebTorrent . | minify > webtorrent.min.js",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.