-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
{
"name": "rtc-signaller-socket.io",
"version": "2.3.0",
"description": "An rtc-signaller implementation that works with a simple socket.io server implementation",
"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-signaller-socket.io.git"
},
"keywords": [
"webrtc",
"rtc.io",
"socket.io"
],
"author": "Damon Oehlman <[email protected]>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc-signaller-socket.io/issues"
},
"homepage": "https://github.com/rtc-io/rtc-signaller-socket.io",
"dependencies": {
"rtc-signal": "^1.3.0"
},
"devDependencies": {
"broth": "^2.3.0",
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2",
"browserify": "^16.2.3",
"freeice": "^2.2.2",
"rtc-quickconnect": "^7.2.0",
"rtc-signaller-testrun": "^1.2.2",
"rtc-switch": "^1.3.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"tap-spec": "^5.0.0",
"travis-multirunner": "^4.5.0"
}
}