{ "name": "webtorrent", "description": "Streaming torrent client", "version": "0.7.3", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "http://feross.org/" }, "bin": { "webtorrent": "./bin/cmd.js" }, "browser": { "./lib/fs-storage": false, "./lib/server": false, "bittorrent-dht/client": false, "bittorrent-swarm": "webtorrent-swarm", "concat-stream": false, "http-https": false, "load-ip-set": false, "ut_pex": false }, "bugs": { "url": "https://github.com/feross/webtorrent/issues" }, "dependencies": { "addr-to-ip-port": "^1.0.1", "airplay-js": "^0.2.1", "bitfield": "^1.0.2", "bittorrent-dht": "^2.0.0", "bittorrent-swarm": "0.x", "block-stream": "0.0.7", "chromecast-js": "^0.1.2", "clivas": "^0.1.4", "concat-stream": "^1.4.6", "create-torrent": "^2.5.0", "debug": "^2.0.0", "dezalgo": "^1.0.0", "end-of-stream": "^1.0.0", "extend.js": "^0.0.1", "git-sha1": "^0.1.2", "hat": "0.0.3", "http-https": "^1.0.0", "inherits": "^2.0.1", "ip-set": "^1.0.0", "load-ip-set": "^1.0.3", "mime": "^1.2.11", "minimist": "^1.1.0", "mkdirp": "^0.5.0", "moment": "^2.8.3", "network-address": "0.0.4", "nodebmc": "^0.0.3", "once": "^1.3.0", "parse-torrent": "^2.1.0", "prettysize": "0.0.3", "pump": "^0.3.2", "random-access-file": "^0.3.1", "range-parser": "^1.0.2", "re-emitter": "^1.0.0", "rimraf": "^2.2.5", "run-parallel": "^1.0.0", "speedometer": "^0.1.2", "thunky": "^0.1.0", "torrent-discovery": "^2.0.1", "ut_metadata": "^2.1.0", "ut_pex": "^1.0.1", "webtorrent-swarm": "^0.3.0", "windows-no-runnable": "~0.0.6" }, "devDependencies": { "bittorrent-tracker": "^2.5.0", "brfs": "^1.2.0", "browserify": "^5.11.2", "run-auto": "^1.0.0", "tape": "2.x", "uglify-js": "^2.4.15", "zelda": "^2.0.0", "zuul": "^1.11.0" }, "homepage": "http://webtorrent.io", "keywords": [ "torrent", "bittorrent", "bittorrent client", "streaming", "download", "webrtc", "webrtc data", "webtorrent", "mad science" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/feross/webtorrent.git" }, "scripts": { "build": "browserify -s WebTorrent -e ./ | uglifyjs -c warnings=false -m > webtorrent.min.js", "build-debug": "browserify -s WebTorrent -e ./ > webtorrent.debug.js", "size": "npm run build && cat webtorrent.min.js | gzip | wc -c", "start": "./bin/cmd.js", "test": "npm run test-node && npm run test-browser", "test-browser": "zuul -- test/basic.js", "test-browser-local": "zuul --local -- test/basic.js", "test-node": "tape test/*.js" }, "testling": { "files": "test/basic.js" } }