UNPKG

jb-checkbox

Version:
41 lines 845 B
{ "name": "jb-checkbox", "description": "checkbox web component", "type": "module", "author": { "name": "mohammad javad bathaei", "email": "javadbat@gmail.com" }, "keywords": [ "jb", "jb-checkbox", "checkbox", "tik", "check", "web component" ], "version": "0.1.0", "bugs": "https://github.com/javadbat/jb-input/issues", "license": "MIT", "files": [ "LICENSE", "README.md", "lib/", "dist/", "react/", "react/dist/" ], "main": "index.js", "types": "./dist/web-component/jb-checkbox/lib/jb-checkbox.d.ts", "sideEffects": true, "repository": { "type": "git", "url": "git@github.com:javadbat/jb-checkbox.git" }, "dependencies": { "jb-validation": ">=0.2.0" }, "devDependencies": { "jb-form":">=0.6.10" } }