@browser.style/analog-clock
Version:
Analog Clock Component
39 lines (38 loc) • 840 B
JSON
{
"name": "@browser.style/analog-clock",
"version": "1.0.4",
"description": "Analog Clock Component",
"type": "module",
"module": "index.js",
"exports": {
".": {
"import": "./index.js",
"style": "./index.css"
},
"./style": "./index.css"
},
"files": [
"index.js",
"index.css"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"browser.style",
"web-components",
"analog-clock"
],
"author": "Mads Stoumann",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/madsstoumann/browser-style.git",
"directory": "ui/analog-clock"
},
"bugs": {
"url": "https://github.com/madsstoumann/browser-style/issues"
},
"homepage": "https://browser.style/ui/analog-clock"
}