forked from collab-project/videojs-record
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.78 KB
/
package.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "videojs-record",
"version": "1.2.0",
"description": "A video.js plugin for recording audio/video/image files.",
"main": "src/js/videojs.record.js",
"directories": {
"examples": "examples"
},
"repository": {
"type": "git",
"url": "https://github.com/collab-project/videojs-record.git"
},
"scripts": {
"test": "echo No tests yet!"
},
"keywords": [
"waveform",
"audio",
"video",
"wavesurfer",
"videojs",
"videojs-plugin",
"player",
"record",
"stream",
"microphone",
"recorder",
"RecordRTC",
"libvorbis.js",
"vorbis",
"ogg",
"mp3",
"opus"
],
"dependencies": {
"video.js": ">=5.0.0",
"wavesurfer.js": ">=1.0.57",
"videojs-wavesurfer": ">=1.1.0",
"recordrtc": ">=5.2.9"
},
"devDependencies": {
"blueimp-file-upload": ">=9.11.2",
"fine-uploader": ">=5.4.1",
"grunt": ">=0.4.5",
"grunt-contrib-concat": ">=0.4.0",
"grunt-contrib-cssmin": ">=0.11.0",
"grunt-contrib-jshint": ">=0.10.0",
"grunt-contrib-uglify": ">=0.5.0",
"grunt-contrib-watch": ">=0.6.1",
"grunt-html": "^6.0.0",
"grunt-jscs": "^2.7.0",
"grunt-jsonlint": "^1.0.7",
"grunt-sass": "^1.0.0",
"grunt-videojs-languages": ">=0.0.4",
"lamejs": ">=1.0.0",
"libvorbis.js": ">=1.1.1",
"lodash": "^3.9.3",
"material-design-icons": "^2.0.0",
"opus-recorder": ">=0.4.4",
"recorderjs": "https://github.com/mattdiamond/Recorderjs.git",
"time-grunt": "^1.2.1",
"videojs-font": ">=1.3.0",
"webfonts-generator": "^0.2.4"
},
"author": "Collab",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/collab-project/videojs-record/issues"
},
"homepage": "https://github.com/collab-project/videojs-record"
}