-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
44 lines (44 loc) · 998 Bytes
/
bower.json
File metadata and controls
44 lines (44 loc) · 998 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
38
39
40
41
42
43
44
{
"name": "angular-multistreamrecorder",
"version": "v0.0.3",
"authors": [
"ByGiro <girotomaselli@gmail.com>"
],
"contributors": [],
"main": [
"dist/angular-multistreamrecorder.js"
],
"description": "It's a directive to create a video element to record a video/audio, video, audio, animated gif, or a simple photo, using the browser (NO FLASH) with builtin camera and mic.It requires, angular, video.js, recordRTC.",
"keywords": [
"AngularJs",
"form",
"ByGiro",
"audio",
"video",
"video.js",
"animated gif",
"photo",
"webrtc",
"file"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": ">=1.2.x",
"webrtc-adapter": "~0.2.5",
"videojs-record": "~1.0.3",
"video.js": "videojs#~5.4.5",
"recordrtc": "~5.2.3",
"jquery": "~2.1.4"
},
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.21.4"
}
}