forked from webtorrent/bittorrent-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.2 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.2 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "simple-peer",
"description": "Simple one-to-one WebRTC video/voice and data channels",
"version": "5.4.3",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"browser": {
"wrtc": false
},
"bugs": {
"url": "https://github.com/feross/simple-peer/issues"
},
"dependencies": {
"debug": "^2.1.0",
"hat": "0.0.3",
"inherits": "^2.0.1",
"is-typedarray": "0.0.0",
"once": "^1.3.1",
"typedarray-to-buffer": "^3.0.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"browserify": "^10.1.0",
"concat-stream": "^1.4.6",
"standard": "^3.1.2",
"string-to-stream": "^1.0.0",
"tape": "^4.0.0",
"uglify-js": "^2.4.15",
"wrtc": "0.0.x",
"zuul": "^3.0.0"
},
"homepage": "http://webtorrent.io",
"keywords": [
"webrtc",
"p2p",
"data channel",
"data channels",
"data",
"video",
"voice",
"peer",
"stream",
"peer-to-peer",
"data channel stream",
"webrtc stream",
"peer"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/simple-peer.git"
},
"scripts": {
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "zuul -- test/*.js",
"test-browser-local": "zuul --local -- test/*.js",
"test-node": "tape test/*.js",
"build": "browserify -s SimplePeer -r ./ | uglifyjs -m > simplepeer.min.js"
},
"testling": {
"files": "test/*.js"
},
"gitHead": "89ee2fd46f5d35cfc8d763de24b126a8cc4eacde",
"_id": "simple-peer@5.4.3",
"_shasum": "eec3e5b8a13cbb01c93da6ec1e8ba34dff5becbc",
"_from": "simple-peer@5.4.3",
"_npmVersion": "2.7.4",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "feross",
"email": "feross@feross.org"
},
"maintainers": [
{
"name": "feross",
"email": "feross@feross.org"
}
],
"dist": {
"shasum": "eec3e5b8a13cbb01c93da6ec1e8ba34dff5becbc",
"tarball": "http://registry.npmjs.org/simple-peer/-/simple-peer-5.4.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/simple-peer/-/simple-peer-5.4.3.tgz",
"readme": "ERROR: No README data found!"
}