forked from rtc-io/rtc-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.18 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-tools",
"description": "Cross-browser WebRTC helpers",
"author": "Damon Oehlman <[email protected]>",
"version": "4.2.5",
"dependencies": {
"cog": "^1.0.0",
"mbus": "^2.0.0",
"rtc-core": "^4.0.0",
"rtc-taskqueue": "^2.2.0",
"whisk": "^1.1.0"
},
"devDependencies": {
"attachmediastream": "^1.0.1",
"freeice": "^2.1.1",
"getusermedia": "^1.1.0",
"messenger-memory": "^1.2.0",
"peerpair": "^1.0.0",
"rtc-signaller": "^5.0.0",
"rtc-switchboard": "^2.1.0",
"rtc-switchboard-messenger": "^1.0.0",
"rtc-tools-test": "^1.0.0",
"testling": "^1",
"travis-multirunner": "^2.0.9",
"uuid": "^2.0.1"
},
"scripts": {
"hint": "jshint *.js",
"test": "testling -x start-$BROWSER",
"gendocs": "gendocs > README.md"
},
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/rtc-tools.git"
},
"keywords": [
"webrtc",
"rtc.io"
],
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc-tools/issues"
},
"testling": {
"files": "test/all.js",
"server": "test/server.js"
}
}