-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
54 lines (54 loc) · 1.26 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
53
54
{
"name": "rtc-tools",
"description": "Cross-browser WebRTC helpers",
"author": "Damon Oehlman <[email protected]>",
"version": "5.6.0",
"dependencies": {
"cog": "^1.0.0",
"mbus": "^2.0.0",
"rtc-core": "^4.0.0",
"rtc-taskqueue": "^2.9.0",
"whisk": "^1.1.0"
},
"devDependencies": {
"attachmediastream": "^1.0.1",
"broth": "^2.1.1",
"browserify": "^11.0.0",
"freeice": "^2.1.1",
"getusermedia": "^1.1.0",
"messenger-memory": "^1.2.0",
"peerpair": "^1.0.0",
"rtc-signaller": "^6.2.1",
"rtc-switchboard": "^3.0.0",
"rtc-switchboard-messenger": "^1.0.0",
"rtc-tools-test": "^2.1.3",
"tap-spec": "^4.0.2",
"travis-multirunner": "^4.3.1",
"uuid": "^2.0.1"
},
"scripts": {
"hint": "jshint *.js",
"test": "browserify test/all.js | broth start | tap-spec",
"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"
}
}