forked from opentok/opentok-meet-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 790 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
{
"name": "opentok-meet",
"version": "0.0.1",
"homepage": "https://github.com/aullman/opentok-meet",
"authors": [
"Adam Ullman <[email protected]>"
],
"description": "Video chat and screen sharing using OpenTok",
"main": "app.js",
"keywords": [
"opentok",
"webrtc",
"screenshare"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"opentok-angular": "0.4.0",
"opentok-whiteboard": "~0.1.1",
"ionicons": "~1.4.1",
"opentok-editor": "~0.1.2",
"ng-debounce": "~0.1.5"
},
"devDependencies": {
"angular-mocks": "~1.2.23"
},
"resolutions": {
"opentok-layout-js": "~0.1.3",
"opentok-angular": "0.4.0",
"angular": "~1.3.10"
}
}