-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "tplayer.js",
"version": "1.1.0",
"description": "Flexible and easy Dash/HLS/DRM integration for HTML5 video.",
"main": "index.js",
"scripts": {
"dev": "node scripts/cleanDist && webpack --mode development --watch --config webpack.config.js",
"build": "node scripts/cleanDist && node scripts/jsdelivrVersion && webpack --mode production --config webpack.config.js",
"publishnpm": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tuhinpal/tplayer.js.git"
},
"keywords": [
"hls",
"dash",
"drm",
"plyr",
"widevine",
"hlsjs",
"playready",
"dashjs"
],
"author": "Tuhin Kanti Pal <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tuhinpal/tplayer.js/issues"
},
"homepage": "https://github.com/tuhinpal/tplayer.js#readme",
"dependencies": {
"dashjs": "^4.3.0",
"hls.js": "^1.1.5",
"plyr": "^3.6.12",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2"
},
"directories": {
"example": "example"
},
"devDependencies": {}
}