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
Prev

Update package.json

  • Loading branch information
ibinti committed Jan 11, 2020
commit 49c91e044fe02b5a9f1b8dc1f9635e094fa8d10d
@@ -1,11 +1,11 @@
{
"name": "kotorrent",
"description": "webtorrent in kotlin",
"name": "ibinti.com/webtorrent",
"description": "ibinti.com/webtorrent",
"version": "0.107.17",
"author": {
"name": "kotorrent",
"email": "kotorrent@ibinti.com",
"url": "https://kotorrent.ibinti.com"
"name": "webtorrent",
"email": "webtorrent@ibinti.com",
"url": "https://ibinti.com/webtorrent"
},
"browser": {
"./lib/server.js": false,
@@ -23,7 +23,7 @@
]
},
"bugs": {
"url": "https://github.com/ibinti/kotorrent/issues"
"url": "https://github.com/ibinti/webtorrent/issues"
},
"chromeapp": {
"fs-chunk-store": "memory-chunk-store",
@@ -94,7 +94,7 @@
"engines": {
"node": ">=10"
},
"homepage": "https://kotorrent.ibinti.com",
"homepage": "https://ibinti.com/webtorrent",
"keywords": [
"bittorrent",
"bittorrent client",
@@ -115,7 +115,7 @@
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/ibinti/kotorrent.git"
"url": "git://github.com/ibinti/webtorrent.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.