-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
51 lines (51 loc) · 1.13 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
{
"name": "sfmediastream",
"description":"HTML5 media streamer library for playing music, video, playlist, or even live streaming microphone & camera with node server",
"version": "1.3.1",
"repository": {
"type": "git",
"url": "https://github.com/ScarletsFiction/SFMediaStream.git"
},
"author": "ScarletsFiction",
"license": "MIT",
"bugs": {
"url": "https://github.com/ScarletsFiction/SFMediaStream/issues"
},
"scripts":{
"start":"gulp watch",
"watch":"gulp watch",
"build":"gulp js"
},
"browserslist": [
"Android > 4",
"last 2 versions",
"ie >= 11"
],
"devDependencies": {
"gulp-order": "*",
"gulp-rename": "*",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.7",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^1.0.4",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4"
},
"main": "dist/SFMediaStream.min.js",
"keywords": [
"browser",
"html5",
"realtime",
"media",
"stream",
"microphone",
"camera",
"music",
"audio",
"video",
"effect",
"player"
]
}