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

36 lines
863 B
JSON

{
"name": "@player.style/sutro",
"version": "0.0.3",
"description": "A sleek and modern theme lovingly named after our favorite SF TV antenna, which is neither sleek nor modern.",
"author": "@muxinc",
"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/sutro"
},
"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"
}
}