forked from butorenjin/easyrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 809 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
36
37
38
39
40
{
"name": "easyrtc",
"main": "api/easyrtc.js",
"version": "1.1.1-beta",
"homepage": "http://easyrtc.com/",
"authors": [
"Rod Apeldoorn <[email protected]>",
"Eric Davies <[email protected]>",
"Harold Thétiot <[email protected]>"
],
"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": "6.0.4",
"jasmine": "~2.2.1",
"requirejs": "~2.1.16"
},
"resolutions": {
"webrtc-adapter": "6.0.4"
}
}