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: 5b5dc462fd170ca7d9e407d34f3b79771190dc9c (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
  "name": "webtorrent",
  "description": "Streaming torrent client",
  "version": "0.2.9",
  "author": {
    "name": "Feross Aboukhadijeh",
    "email": "feross@feross.org",
    "url": "http://feross.org/"
  },
  "bin": {
    "webtorrent": "./bin/cmd.js"
  },
  "bugs": {
    "url": "https://github.com/feross/webtorrent/issues"
  },
  "dependencies": {
    "bittorrent-client": "^0.1.1",
    "chalk": "^0.4.0",
    "clivas": "^0.1.4",
    "concat-stream": "^1.4.4",
    "extend.js": "^0.0.1",
    "inherits": "^2.0.1",
    "mime": "^1.2.11",
    "minimist": "^0.1.0",
    "mkdirp": "^0.5.0",
    "moment": "^2.6.0",
    "network-address": "0.0.4",
    "numeral": "^1.5.3",
    "once": "^1.3.0",
    "pump": "^0.3.2",
    "random-access-file": "^0.3.1",
    "range-parser": "^1.0.0",
    "rimraf": "^2.2.5",
    "thunky": "^0.1.0",
    "windows-no-runnable": "~0.0.6"
  },
  "devDependencies": {
    "tape": "2.x"
  },
  "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": {
    "start": "./bin/cmd.js",
    "test": "tape test/*.js"
  }
}