-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.64 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.64 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "sigmaplayer",
"version": "1.0.13",
"description": "A lightweight, customizable video player with support for adaptive streaming, subtitles, and full control customization.",
"main": "./dist/sigma-player.min.js",
"author": "Zachey",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zachey01/SigmaPlayer.git"
},
"bugs": {
"url": "https://github.com/zachey01/SigmaPlayer/issues"
},
"files": [
"dist/**/*",
"src/**/*",
"README.md",
"LICENSE"
],
"exports": {
".": {
"import": "./dist/sigma-player.min.js",
"default": "./dist/sigma-player.min.js"
},
"./README.md": "./README.md",
"./LICENSE": "./LICENSE"
},
"browserslist": "> 1%",
"scripts": {
"build": "gulp"
},
"devDependencies": {
"@babel/preset-env": "^7.26.9",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^10.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^2.0.3",
"gulp-terser": "^2.1.0",
"del": "^8.0.0",
"gulp-rename": "^2.0.0"
},
"type": "module",
"keywords": [
"video player",
"adaptive streaming",
"subtitles",
"customizable",
"lightweight",
"JavaScript",
"media player",
"video",
"streaming",
"hls",
"dash",
"HTML5 Video",
"HTML5 Audio"
]
}