UNPKG

@conectate/ct-checkbox

Version:

HTML checkbox web component based on Material design

47 lines (46 loc) 1.05 kB
{ "name": "@conectate/ct-checkbox", "version": "4.4.17", "description": "HTML checkbox web component based on Material design", "main": "ct-checkbox.js", "types": "ct-checkbox.d.ts", "module": "ct-checkbox.js", "keywords": [ "litElement", "Web Components" ], "dependencies": { "@conectate/ct-icon": "^4.4.17", "@conectate/ct-lit": "^4.4.9", "lit": "^3.2.1", "tslib": "^2.6.3" }, "scripts": { "prepare": "rm -rf *.map *.js *.ts;tsc" }, "type": "module", "license": "BSD-3-Clause", "homepage": "https://github.com/conectate/ct-elements", "author": "Herberth Obregón <herberthobregon@gmail.com>", "repository": { "type": "git", "url": "https://github.com/conectate/ct-elements" }, "bugs": { "url": "https://github.com/conectate/ct-elements/issues" }, "publishConfig": { "access": "public" }, "exports": { ".": { "dev": "./src/ct-checkbox.ts", "default": "./ct-checkbox.js" }, "./*": { "dev": "./src/*", "default": "./*" } }, "gitHead": "5562a4601661c2e1ff45fe83a225c8ad82dbd9aa" }