-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.24 KB
/
package.json
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
{
"name": "rtc-dcstream",
"version": "2.3.0",
"description": "Streams interface for the WebRTC data channel",
"main": "index.js",
"stability": "unstable",
"scripts": {
"test": "browserify test/all.js | broth start | tap-spec",
"gendocs": "gendocs > README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/rtc-dcstream.git"
},
"keywords": [
"webrtc",
"rtc.io",
"datachannel",
"stream"
],
"author": "Damon Oehlman <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc-dcstream/issues"
},
"homepage": "https://github.com/rtc-io/rtc-dcstream",
"devDependencies": {
"broth": "^2.0.0",
"browserify": "^9.0.3",
"crel": "^2.1.6",
"dropkick": "~0.1",
"filestream": "^3.0.2",
"mime-component": "0.0.1",
"multiplex": "^4.0.1",
"peerpair": "^1.0.0",
"rtc-quickconnect": "^4.0.0",
"scuttlebutt": "^5",
"stream-spec": "~0.3",
"stream-tester": "0.0.5",
"tap-spec": "^3.0.0",
"tape": "^3.0.3",
"through": "^2",
"travis-multirunner": "^4.3.1"
},
"dependencies": {
"cog": "^1.0.0",
"typedarray-to-buffer": "^3.0.0"
},
"testling": {
"files": "test/all.js"
}
}