UNPKG

peermesh

Version:

Send files peer-to-peer over a mesh network built with WebRTC.

44 lines (43 loc) 1.07 kB
{ "name": "peermesh", "version": "2.1.3", "description": "Send files peer-to-peer over a mesh network built with WebRTC.", "main": "index.js", "scripts": { "start": "cd public && wzrd ../index.js:bundle.js -- -t babelify --debug", "build": "browserify index.js -t babelify -o public/bundle.js" }, "keywords": [ "mesh", "WebRTC", "P2p", "filesharing", "private", "group" ], "author": "Per Guth <mail@perguth.de> (http://perguth.de/)", "license": "AGPLv3", "dependencies": { "babelify": "~6.3.0", "browserify": "~11.2.0", "cuid": "~1.3.8", "debug": "~2.2.0", "extend.js": "~0.0.2", "feature": "~1.0.0", "inherits": "~2.0.1", "namedfilestream": "~1.0.2", "signalhub": "~4.3.1", "through": "~2.3.8", "typedarray-to-buffer": "~3.0.4", "webrtc-swarm": "~2.0.0", "wzrd": "~1.3.1", "crypto": "0.0.3" }, "repository": { "type": "git", "url": "https://github.com/pguth/peermesh" }, "bugs": { "url": "https://github.com/pguth/peermesh/issues" } }