-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "observ-conference",
"version": "1.2.3",
"description": "Take a quickconnect conference instance and make the participants of the conference observable",
"main": "index.js",
"stability": "experimental",
"scripts": {
"test": "node test/node.js",
"gendocs": "gendocs > README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/coviu/observ-conference.git"
},
"keywords": [
"webrtc",
"rtc.io",
"observable"
],
"author": "Damon Oehlman <[email protected]>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/coviu/observ-conference/issues"
},
"homepage": "https://github.com/coviu/observ-conference",
"dependencies": {
"cog": "^1.0.0",
"cuid": "^1.2.4",
"observ": "^0.2.0",
"observ-array": "^3.1.0",
"observ-struct": "^6.0.0"
},
"devDependencies": {
"rtc-signaller": "^6.2.0",
"rtc-switchboard": "^2.1.0",
"rtc-switchboard-messenger": "^1.0.0",
"tape": "^4.0.0",
"uuid": "^2.0.1"
},
"testling": {
"files": "test/all.js",
"server": "test/server.js"
}
}