@3mo/checkbox-group
Version:
A checkbox-group web-component based on Material Web Components.
32 lines (31 loc) • 644 B
JSON
{
"name": "@3mo/checkbox-group",
"version": "0.1.4",
"description": "A checkbox-group web-component based on Material Web Components.",
"repository": {
"type": "git",
"url": "https://github.com/3mo-esolutions/web-components"
},
"keywords": [
"lit",
"web-component",
"material",
"checkbox-group"
],
"author": "3MO GmbH",
"license": "MIT",
"homepage": "https://www.3mo.de",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"customElements": "dist/custom-elements.json",
"files": [
"dist"
],
"dependencies": {
"@a11d/lit": "x",
"tslib": "x",
"@3mo/flex": "x",
"@3mo/checkbox": "x"
}
}