{ "name": "webtorrent", "description": "Streaming torrent client", "version": "0.71.4", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "http://feross.org/" }, "bin": { "webtorrent": "./bin/cmd.js" }, "browser": { "./lib/server.js": false, "bittorrent-dht/client": false, "fs-chunk-store": "memory-chunk-store", "load-ip-set": false, "os": false, "path-exists": false, "ut_pex": false }, "bugs": { "url": "https://github.com/feross/webtorrent/issues" }, "dependencies": { "addr-to-ip-port": "^1.0.1", "bitfield": "^1.0.2", "bittorrent-dht": "^6.0.1", "bittorrent-swarm": "^6.0.0", "chunk-store-stream": "^2.0.0", "clivas": "^0.2.0", "create-torrent": "^3.4.0", "cross-spawn-async": "^2.0.0", "debug": "^2.1.0", "end-of-stream": "^1.0.0", "executable": "^3.0.0", "fs-chunk-store": "^1.3.4", "hat": "0.0.3", "immediate-chunk-store": "^1.0.7", "inherits": "^2.0.1", "inquirer": "^0.11.0", "load-ip-set": "^1.0.3", "mediasource": "^1.0.0", "memory-chunk-store": "^1.2.0", "mime": "^1.2.11", "minimist": "^1.1.0", "moment": "^2.8.3", "multistream": "^2.0.2", "network-address": "^1.0.0", "parse-torrent": "^5.1.0", "path-exists": "^2.1.0", "pretty-bytes": "^3.0.0", "pump": "^1.0.0", "random-iterate": "^1.0.1", "range-parser": "^1.0.2", "re-emitter": "^1.0.0", "render-media": "^2.0.0", "run-parallel": "^1.0.0", "simple-peer": "^5.11.6", "simple-sha1": "^2.0.0", "speedometer": "^1.0.0", "stream-to-blob-url": "^1.0.0", "stream-with-known-length-to-buffer": "^1.0.0", "thunky": "^0.1.0", "torrent-discovery": "^5.1.0", "torrent-piece": "^1.0.0", "uniq": "^1.0.1", "ut_metadata": "^3.0.1", "ut_pex": "^1.0.1", "videostream": "^1.1.4", "windows-no-runnable": "0.0.6", "xtend": "^4.0.0", "zero-fill": "^2.2.0" }, "devDependencies": { "bittorrent-tracker": "^7.0.0", "brfs": "^1.2.0", "browserify": "^12.0.1", "finalhandler": "^0.4.0", "run-series": "^1.0.2", "serve-static": "^1.9.3", "simple-get": "^1.0.0", "standard": "^5.1.0", "tape": "^4.0.0", "uglify-js": "^2.4.15", "zuul": "^3.0.0" }, "homepage": "https://webtorrent.io", "keywords": [ "bittorrent", "bittorrent client", "download", "mad science", "streaming", "torrent", "webrtc", "webrtc data", "webtorrent" ], "license": "MIT", "main": "index.js", "optionalDependencies": { "airplay-js": "^0.2.3", "chromecasts": "^1.5.3", "nodebmc": "0.0.5" }, "repository": { "type": "git", "url": "git://github.com/feross/webtorrent.git" }, "scripts": { "build": "browserify -s WebTorrent -e ./ | uglifyjs -m > webtorrent.min.js", "build-debug": "browserify -s WebTorrent -e ./ > webtorrent.debug.js", "size": "npm run build && cat webtorrent.min.js | gzip | wc -c", "test": "standard && node ./bin/test.js", "test-browser": "zuul -- test/*.js test/browser/*.js", "test-browser-local": "zuul --local -- test/*.js test/browser/*.js", "test-node": "tape test/*.js test/node/*.js" } }