forked from rtc-io/rtc-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1023 Bytes
/
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
{
"name": "rtc",
"description": "Cross-browser WebRTC helpers",
"author": "Damon Oehlman <[email protected]>",
"version": "1.1.3",
"dependencies": {
"rtc-core": "^1",
"cog": "~0.5.3",
"async": "~0.8"
},
"peerDependencies": {
"rtc-signaller": "^1"
},
"devDependencies": {
"tape": "^2",
"uuid": "^1",
"messenger-memory": "^1",
"rtc-media": "^1",
"rtc-signaller": "^1",
"testling": "^1",
"rtc-switchboard": "~0.10",
"freeice": "~0.2",
"peerpair": "~0.4"
},
"scripts": {
"test": "testling -x ./.travis/start-$BROWSER.sh",
"gendocs": "gendocs > README.md"
},
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/rtc.git"
},
"keywords": [
"webrtc",
"rtc.io"
],
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc/issues"
},
"testling": {
"files": "test/all.js",
"server": "test/server.js"
}
}