ngx-plyr-mg
Version:
Angular 9+ bindings for [plyr video and audio player](https://github.com/sampotts/plyr). Supports everything that original library supports.
45 lines • 903 B
JSON
{
"name": "ngx-plyr-mg",
"version": "1.0.1",
"keywords": [
"ngx-plyr",
"ngx-plyr-mg",
"ng-plyr",
"plyr",
"angular",
"player",
"video",
"audio"
],
"author": "Magdy Elsayyad",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MagdyElsayyad/ngx-plyr"
},
"peerDependencies": {
"@angular/common": ">=9.0.0",
"@angular/core": ">=9.0.0",
"plyr": "^3.7.8"
},
"publishConfig": {
"access": "public"
},
"module": "fesm2022/ngx-plyr-mg.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-plyr-mg.mjs",
"esm": "./esm2022/ngx-plyr-mg.mjs",
"default": "./fesm2022/ngx-plyr-mg.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}