@browser.style/video-scrub
Version:
Video scrub component
39 lines (37 loc) • 785 B
JSON
{
"name": "@browser.style/video-scrub",
"version": "1.0.2",
"description": "Video scrub component",
"type": "module",
"module": "index.js",
"exports": {
".": {
"import": "./index.js"
}
},
"files": [
"index.js"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"browser.style",
"web-components",
"video",
"scrub",
"video-scrub"
],
"author": "Mads Stoumann",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/madsstoumann/browser-style.git",
"directory": "ui/video-scrub"
},
"bugs": {
"url": "https://github.com/madsstoumann/browser-style/issues"
},
"homepage": "https://browser.style/ui/video-scrub"
}