-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 995 Bytes
/
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": "veeplay",
"version": "1.1.15",
"description": "Veeplay HTML5 Media Player",
"main": "dist/mp.bundle.js",
"repository": {
"type": "git",
"url": "git+https://github.com/veeplay/veeplay-web-standalone"
},
"keywords": [
"video",
"media",
"player",
"html5",
"ads",
"drm",
"vast",
"vpaid",
"vmap",
"hls",
"dash",
"avc",
"hevc",
"vp9",
"av1",
"mp4",
"cmaf",
"isobmff",
"webvtt",
"imsc-1"
],
"author": "Gabi Dobocan <gabi@veeplay.com> (http://veeplay.com)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/veeplay/veeplay-web-standalone/issues"
},
"homepage": "https://veeplay.com",
"files": [
"/dist"
],
"dependencies": {
"axios": "^0.21.1",
"buffer": "^6.0.3",
"circular-progress-bar": "^1.2.2",
"lodash": "^4.17.20",
"nanoid": "^2.0.1",
"stream-browserify": "^3.0.0",
"video.js": "^7.7.6",
"xml-js": "^1.6.11"
}
}