UNPKG

@haxtheweb/a11y-media-player

Version:

A feature rich, highly accessible video player

85 lines (84 loc) 3.08 kB
{ "name": "@haxtheweb/a11y-media-player", "wcfactory": { "className": "A11yMediaPlayer", "customElementClass": "LitElement", "elementName": "a11y-media-player", "generator-wcfactory-version": "0.6.2", "useHAX": false, "useSass": false, "files": { "css": "src/a11y-media-player.css", "html": "src/a11y-media-player.html", "js": "src/a11y-media-player.js", "properties": "src/a11y-media-player-properties.json", "hax": "src/a11y-media-player-hax.json" }, "sharedStyles": [ "...super.styles" ] }, "version": "11.0.5", "description": "A feature rich, highly accessible video player", "repository": { "type": "git", "url": "https://github.com/haxtheweb/webcomponents.git" }, "type": "module", "main": "a11y-media-player.js", "module": "a11y-media-player.js", "scripts": { "start": "yarn run dev", "build": "gulp --gulpfile=gulpfile.cjs && prettier --ignore-path ../../.prettierignore --write \"**/*.{js,json}\" && cem analyze --litelement --exclude \"(public|*.stories.js)\" --globs \"{*,lib/**}.js\"", "dev": "concurrently --kill-others \"yarn run watch\" \"yarn run serve\"", "watch": "gulp dev --gulpfile=gulpfile.cjs", "serve": "web-dev-server -c ../../web-dev-server.config.mjs", "lighthouse": "gulp lighthouse --gulpfile=gulpfile.cjs", "test:watch": "web-test-runner \"test/**/*.test.js\" --node-resolve --config=../../web-test-runner.config.mjs --playwright --browsers chromium --watch", "test": "web-test-runner \"test/**/*.test.js\" --node-resolve --config=../../web-test-runner.config.mjs --playwright --browsers chromium" }, "author": { "name": "haxtheweb", "url": "https://hax.psu.edu/" }, "license": "Apache-2.0", "dependencies": { "@haxtheweb/absolute-position-behavior": "^11.0.0", "@haxtheweb/anchor-behaviors": "^11.0.0", "@haxtheweb/d-d-d": "^11.0.5", "@haxtheweb/fullscreen-behaviors": "^11.0.5", "@haxtheweb/responsive-utility": "^11.0.5", "@haxtheweb/simple-colors": "^11.0.5", "@haxtheweb/simple-fields": "^11.0.0", "@haxtheweb/simple-icon": "^11.0.5", "@haxtheweb/simple-range-input": "^11.0.5", "@haxtheweb/simple-search": "^11.0.0", "@haxtheweb/simple-toast": "^11.0.5", "@haxtheweb/simple-tooltip": "^11.0.0", "@haxtheweb/utils": "^11.0.0", "lit": "^3.3.0" }, "devDependencies": { "@custom-elements-manifest/analyzer": "^0.10.4", "@haxtheweb/storybook-utilities": "^11.0.5", "@open-wc/testing": "4.0.0", "@polymer/iron-component-page": "github:PolymerElements/iron-component-page", "@polymer/iron-demo-helpers": "3.1.0", "@web/dev-server": "0.4.6", "@webcomponents/webcomponentsjs": "^2.8.0", "concurrently": "9.1.2", "wct-browser-legacy": "1.0.2" }, "private": false, "publishConfig": { "access": "public" }, "customElements": "custom-elements.json", "keywords": [ "webcomponents", "html", "haxtheweb", "lit" ], "gitHead": "bc5d89471443031706517922b9f8d5d13ccdf036" }