-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 928 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
{
"name": "yodlr-client",
"version": "5.1.0",
"description": "Yodlr Client",
"main": "YodlrClient.js",
"browser": "YodlrClient.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/yodlr/yodlr-client.git"
},
"author": "Ross Kukulinski <[email protected]>",
"bugs": {
"url": "https://github.com/yodlr/yodlr-client/issues"
},
"homepage": "https://github.com/yodlr/yodlr-client",
"dependencies": {
"audiorouter-client": "^6.0.0",
"browser-request": "~0.3.1",
"browsernizr": "~1.0.2",
"captaincabinet-client": "^3.0.0",
"debug": "^2.1.3",
"eventemitter2": "~0.4.13",
"getusermedia": "^1.2.0",
"hark": "^1.1.2",
"socket.io-client": "~1.3.5",
"sound-effect-manager": "^1.0.0",
"webrtc-sources": "^v3.1.0",
"webrtcsupport": "^2.0.0"
},
"devDependencies": {}
}