Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fdd9efc63f1bb561a221134eb283a12744d6fd85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "name": "webtorrent",
  "version": "0.1.0",
  "description": "A streaming torrent client in your browser, powered by webRTC data channels (no install)",
  "main": "index.js",
  "dependencies": {
    "itty-bitty-torrent": "~0.1.2",
    "browserify": "~2.34.1",
    "core-util-is": "~1.0.0",
    "bncode": "~0.2.3",
    "bagpipe": "~0.3.5",
    "compact2string": "~1.0.0",
    "async": "~0.2.9"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/feross/webtorrent.git"
  },
  "keywords": [
    "torrent",
    "bittorrent",
    "webrtc",
    "data",
    "channel",
    "webtorrent"
  ],
  "author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/feross/webtorrent/issues"
  }
}