Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2019-08-09 06:12:38 +0300
committerFeross Aboukhadijeh <feross@feross.org>2019-08-09 06:12:38 +0300
commit63cf285315cef17d0e2f41f42cb89556dce3720a (patch)
tree28f4e641ec042e7aaeb721fd47a65cc4c9a6e16e /package.json
parent443fe54def715f0d5100d797b690f042d93e4337 (diff)
fixpack
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 0570ae5..94ba395 100644
--- a/package.json
+++ b/package.json
@@ -17,13 +17,6 @@
"os": false,
"ut_pex": false
},
- "chromeapp": {
- "fs-chunk-store": "memory-chunk-store",
- "http": "http-node",
- "load-ip-set": false,
- "net": "chrome-net",
- "os": false
- },
"browserify": {
"transform": [
"package-json-versionify"
@@ -32,6 +25,13 @@
"bugs": {
"url": "https://github.com/webtorrent/webtorrent/issues"
},
+ "chromeapp": {
+ "fs-chunk-store": "memory-chunk-store",
+ "http": "http-node",
+ "load-ip-set": false,
+ "net": "chrome-net",
+ "os": false
+ },
"dependencies": {
"addr-to-ip-port": "^1.4.2",
"bitfield": "^3.0.0",