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:
Diffstat (limited to 'package.json')
-rw-r--r--package.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/package.json b/package.json
index d97f299..97c88f1 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "webtorrent",
"description": "Streaming torrent client",
- "version": "0.107.0",
+ "version": "0.107.2",
"author": {
"name": "WebTorrent, LLC",
"email": "feross@webtorrent.io",
@@ -17,12 +17,6 @@
"os": false,
"ut_pex": false
},
- "chromeapp": {
- "fs-chunk-store": "memory-chunk-store",
- "http": "http-node",
- "net": "chrome-net",
- "os": false
- },
"browserify": {
"transform": [
"package-json-versionify"
@@ -31,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",
@@ -42,7 +43,7 @@
"debug": "^4.1.0",
"end-of-stream": "^1.1.0",
"fs-chunk-store": "^2.0.0",
- "http-node": "feross/http-node#cddd2872f0020ecf5016f326cf5e58c965eef52a",
+ "http-node": "github:feross/http-node#cddd2872f0020ecf5016f326cf5e58c965eef52a",
"immediate-chunk-store": "^2.0.0",
"load-ip-set": "^2.1.0",
"memory-chunk-store": "^1.2.0",
@@ -76,11 +77,10 @@
},
"devDependencies": {
"airtap": "^2.0.3",
- "babel-minify": "^0.5.0",
- "bittorrent-tracker": "^9.4.0",
- "browserify": "^16.2.3",
+ "bittorrent-tracker": "^9.14.0",
+ "browserify": "^16.4.0",
"disc": "^1.3.3",
- "electron": "^6.0.0",
+ "electron": "^6.0.1",
"finalhandler": "^1.0.0",
"network-address": "^1.1.0",
"run-series": "^1.1.4",
@@ -117,11 +117,11 @@
"url": "git://github.com/webtorrent/webtorrent.git"
},
"scripts": {
- "build": "browserify --plugin tinyify -s WebTorrent -e . | minify > webtorrent.min.js",
- "build-debug": "browserify -s WebTorrent -e ./ > webtorrent.debug.js",
+ "build": "browserify --standalone WebTorrent --plugin tinyify . > webtorrent.min.js",
+ "build-debug": "browserify --standalone WebTorrent . > webtorrent.debug.js",
"size": "npm run size-js && npm run size-disc",
- "size-js": "npm run build && cat webtorrent.min.js | gzip | wc -c",
"size-disc": "browserify --plugin tinyify --full-paths . | discify --open",
+ "size-js": "npm run build && cat webtorrent.min.js | gzip | wc -c",
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "airtap -- test/*.js test/browser/*.js",
"test-browser-local": "airtap --local -- test/*.js test/browser/*.js",