UNPKG

wired-checkbox

Version:
35 lines (34 loc) 840 B
{ "name": "wired-checkbox", "version": "2.1.0", "description": "Hand-drawn sketchy checkbox", "main": "lib/wired-checkbox.js", "module": "lib/wired-checkbox.js", "types": "lib/wired-checkbox.d.ts", "scripts": { "build": "rm -rf ./lib && tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/wiredjs/wired-elements.git" }, "keywords": [ "checkbox", "check", "webcomponent", "web component", "rough", "sketchy", "hand-drawn", "hand drawn", "wireframe" ], "author": "Preet Shihn <preetshihn@gmail.com> (https://twitter.com/preetster)", "license": "MIT", "dependencies": { "lit-element": "^2.3.1", "wired-lib": "^2.1.0" }, "gitHead": "5a0fc1b94dba5852b8e1e70a0db5e7b6b67b46ee" }