dile-checkbox
Version:
Webcomponent dile-checkbox following open-wc recommendations
33 lines (32 loc) • 876 B
JSON
{
"name": "dile-checkbox",
"version": "2.0.2",
"description": "Webcomponent dile-checkbox following open-wc recommendations",
"author": "@midesweb",
"homepage": "https://github.com/Polydile/dile-checkbox",
"license": "MIT",
"repository": "https://github.com/Polydile/dile-checkbox",
"scripts": {
"start": "owc-dev-server --app-index demo/index.html --open --watch",
"site:build": "npm run storybook:build",
"storybook": "start-storybook -p 9001",
"storybook:build": "build-storybook -o _site -s storybook-static"
},
"main": "dile-checkbox.js",
"dependencies": {
"lit-html": "^1.0.0",
"lit-element": "^2.0.1"
},
"devDependencies": {
"owc-dev-server": "^1.0.0",
"@open-wc/demoing-storybook": "^0.2.0"
},
"keywords": [
"LitElement",
"Web Component",
"Checkbox",
"Form",
"Input",
"Check"
]
}