UNPKG

tplayer.js

Version:

Flexible and easy Dash/HLS/DRM integration for HTML5 video.

43 lines (42 loc) 1.11 kB
{ "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 <me@thetuhin.com>", "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": {} }