forked from butorenjin/easyrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
31 lines (31 loc) · 1021 Bytes
/
bower.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
{
"name": "easyrtc",
"main": "api/easyrtc.js",
"version": "beta",
"homepage": "http://easyrtc.com/",
"authors": [
"Rod Apeldoorn <[email protected]>",
"Eric Davies <[email protected]>",
"Harold Thétiot <[email protected]>"
],
"description": "EasyRTC is a bundle of Open Source WebRTC joy! Our Javascript API hides the differences between Chrome and Firefox browsers and simplifies coding needed for working WebRTC apps. Signalling server using socket.io built on node.js. Tons of free code so you can build WebRTC apps in a few hours that just work. Demos include Instant messaging, Multiparty chatroom, Audio + Video, Screen sharing, Data channel Messaging and File sharing, and more.",
"dependencies": {
"socket.io-client": "1.3.7"
},
"moduleType": [
"globals"
],
"license": "BSD 2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"demos",
"dev",
"docs",
"lib",
"server_example"
]
}