Files
pole-book/server/node_modules/player.style/themes/yt/package.json

36 lines
867 B
JSON

{
"name": "@player.style/yt",
"version": "0.0.7",
"description": "An homage to the modern, ubiquitous YouTube player. Recreated with web components, or at least as close as we could get.",
"author": "@heff",
"license": "MIT",
"homepage": "https://github.com/muxinc/player.style#readme",
"bugs": {
"url": "https://github.com/muxinc/player.style/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muxinc/player.style.git",
"directory": "themes/yt"
},
"files": [
"dist"
],
"type": "module",
"main": "dist/media-theme.js",
"exports": {
".": "./dist/media-theme.js",
"./react": "./dist/react.js"
},
"scripts": {
"clean": "rimraf dist",
"build": "build-theme"
},
"peerDependencies": {
"media-chrome": ">=1.0.0"
},
"devDependencies": {
"build-theme": "^0.0.4"
}
}