forked from butorenjin/easyrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 753 Bytes
/
Copy pathbower.json
File metadata and controls
37 lines (37 loc) · 753 Bytes
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
{
"name": "easyrtc",
"main": "api/easyrtc.js",
"version": "1.1.0",
"homepage": "http://easyrtc.com/",
"authors": [
"Rod Apeldoorn <rod.apeldoorn@priologic.com>",
"Eric Davies <eric.davies@priologic.com>",
"Harold Thétiot <hthetiot@sylaps.com>"
],
"description": "EasyRTC enables quick development of webRTC",
"dependencies": {
"socket.io-client": "^1.4.5"
},
"moduleType": [
"globals"
],
"license": "BSD 2",
"ignore": [
"**/.*",
"index.js",
"node_modules",
"bower_components",
"test",
"tests",
"demos",
"dev",
"docs",
"lib",
"server_example"
],
"devDependencies": {
"webrtc-adapter": "gh-pages",
"jasmine": "~2.2.1",
"requirejs": "~2.1.16"
}
}