{ "name": "webtorrent", "description": "Streaming BitTorrent client for the browser", "version": "0.2.1", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "http://feross.org/" }, "browser": { "jquery": "jquery/dist/jquery.min.js" }, "browserify": { "transform": [ "browserify-shim" ] }, "browserify-shim": { "jquery": "jQuery" }, "bugs": { "url": "https://github.com/feross/webtorrent/issues" }, "dependencies": { "async": "~0.2.10", "bittorrent-dht": "0.x", "bittorrent-protocol": "0.x", "bittorrent-swarm": "0.x", "bncode": "~0.5.2", "browserify": "3.x", "browserify-shim": "~3.2.2", "chrome-portfinder": "~0.2.4", "font-awesome": "git://github.com/FortAwesome/Font-Awesome", "hat": "0.0.3", "inherits": "~2.0.1", "jquery": "~2.1.0", "keymaster": "git://github.com/feross/keymaster", "magnet-uri": "1.x", "nib": "~1.0.2", "read-torrent": "~0.2.0", "speedometer": "~0.1.2", "stylus": "~0.42.2" }, "devDependencies": { "tape": "2.x", "watchify": "0.x" }, "homepage": "http://webtorrent.io", "keywords": [ "torrent", "bittorrent", "bittorrent client", "webrtc", "webrtc data", "webtorrent", "mad science" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/feross/webtorrent.git" }, "scripts": { "build-css": "stylus -u nib css/main.styl -o chrome/ -c && ./bin/post-build.js", "build-js": "browserify --debug index.js > chrome/bundle.js", "build": "npm run build-js && npm run build-css", "watch-css": "stylus -u nib css/main.styl -o chrome/ -w", "watch-js": "watchify index.js -o chrome/bundle.js -dv", "watch": "npm run watch-js & npm run watch-css", "start": "npm run build && ./bin/start.js", "test": "tape test/*.js" } }