-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.13 KB
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": "angular-multistreamrecorder",
"version": "v0.0.3",
"author": "G. Tomaselli <girotomaselli@gmail.com>",
"contributors": [
],
"homepage": "http://bygiro.com/",
"repository": {
"type": "git",
"url": "git://github.com/bygiro/angular-multistreamrecorder.git"
},
"main": [
"dist/angular-multistreamrecorder.js",
"dist/angular-multistreamrecorder.min.js"
],
"licenses": [
{
"type": "MIT"
}
],
"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.",
"peerDependencies": {
"angular": "^1.x"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp": "^3.5.6",
"gulp-angular-embed-templates": "^0.1.5",
"gulp-bump": "^0.3.0",
"gulp-concat": "^2.2.0",
"gulp-filter": "^2.0.2",
"gulp-git": "^1.1.0",
"gulp-minify-html": "^1.0.2",
"gulp-ng-annotate": "^0.5.2",
"gulp-ng-templates": "0.0.5",
"gulp-rename": "^1.2.0",
"gulp-tag-version": "^1.2.1",
"gulp-uglify": "^1.1.0"
}
}