forked from muaz-khan/WebRTC-Experiment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 985 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
32
33
34
35
{
"name": "datachannel",
"version": "1.0.0",
"authors": [
{
"name": "Muaz Khan",
"email": "[email protected]",
"homepage": "http://www.muazkhan.com/"
}
],
"homepage": "https://www.webrtc-experiment.com/DataChannel/",
"repository": {
"type": "git",
"url": "https://github.com/muaz-khan/DataChannel.git"
},
"description": "DataChannel.js is a JavaScript library useful to write many-to-many i.e. group file/data sharing or text chat applications. Its syntax is easier to use and understand. It highly simplifies complex tasks like any or all user rejection/ejection; direct messages delivery; and more.",
"main": "DataChannel.js",
"keywords": [
"webrtc",
"datachannel",
"file-sharing",
"data-sharing",
"text-chat",
"chat",
"p2p-streaming",
"data"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
]
}