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