@dile/dile-checkbox
Version:
Webcomponent dile-checkbox to create a custom-styled checkbox element following open-wc recommendations
37 lines (36 loc) • 920 B
JSON
{
"name": "@dile/dile-checkbox",
"version": "3.0.8",
"description": "Webcomponent dile-checkbox to create a custom-styled checkbox element following open-wc recommendations",
"keywords": [
"Lit",
"Web Component",
"Checkbox",
"Form",
"Input",
"Check"
],
"type": "module",
"author": "midesweb <miguel@desarrolloweb.com>",
"homepage": "https://github.com/Polydile/dile-components",
"license": "MIT",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Polydile/dile-components.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/Polydile/dile-components/issues"
},
"dependencies": {
"@dile/dile-form-mixin": "^1.2.0",
"lit": "^2.6.1"
},
"gitHead": "4166d2855c3f5914f68c3b9653989ec4e8e05eda"
}