forked from collab-project/videojs-record
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
48 lines (48 loc) · 1.05 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "videojs-record",
"version": "1.2.0",
"homepage": "https://github.com/collab-project/videojs-record",
"description": "A video.js plugin for recording audio/video/image files.",
"main": "src/js/videojs.record.js",
"keywords": [
"waveform",
"audio",
"video",
"wavesurfer",
"videojs",
"videojs-plugin",
"player",
"record",
"stream",
"microphone",
"recorder",
"RecordRTC",
"libvorbis.js",
"vorbis",
"ogg",
"mp3",
"opus"
],
"license": "MIT",
"ignore": [
".gitignore",
"node_modules",
"bower_components",
"README.md",
"examples"
],
"dependencies": {
"video.js": ">=5.0.0",
"wavesurfer.js": ">=1.0.57",
"videojs-wavesurfer": ">=1.1.0",
"recordrtc": ">=5.2.9"
},
"devDependencies": {
"libvorbis.js": ">=1.1.1",
"recorderjs": "https://github.com/mattdiamond/Recorderjs.git",
"lamejs": "https://github.com/zhuker/lamejs.git",
"opus-recorderjs": ">=0.4.4",
"fine-uploader": ">=5.4.1",
"blueimp-file-upload": ">=9.11.2"
}
}