UNPKG

be-consensual

Version:

Provides two-way binding between a checkbox (or other (custom) DOM elements) and surrounding checkboxes (or other (custom) DOM elements).

52 lines (51 loc) 1.39 kB
{ "name": "be-consensual", "version": "0.0.23", "description": "Provides two-way binding between a checkbox (or other (custom) DOM elements) and surrounding checkboxes (or other (custom) DOM elements).", "main": "be-consensual.js", "module": "be-consensual.js", "keywords": [ "web components", "web component", "custom elements", "custom element", "consensus", "indeterminate", "tri-state" ], "dependencies": { "be-decorated": "0.0.182", "be-hive": "0.0.76", "trans-render": "0.0.628" }, "devDependencies": { "may-it-serve": "0.0.3", "@playwright/test": "1.27.1", "@skypack/package-check": "0.2.2", "@custom-elements-manifest/analyzer": "0.6.4" }, "exports": { ".": "./be-consensual.js", "./be-consensual.js": "./be-consensual.js" }, "files": [ "*.*" ], "types": "./types.d.ts", "scripts": { "test": "playwright test", "serve": "node node_modules/may-it-serve/serve.js", "package-check": "package-check", "doc": "custom-elements-manifest analyze" }, "repository": { "type": "git", "url": "git+https://github.com/bahrus/be-consensual.git" }, "author": "anderson.bruce.b@gmail.com (Bruce Anderson)", "license": "MIT", "bugs": { "url": "https://github.com/bahrus/be-consensual/issues" }, "homepage": "https://github.com/bahrus/be-consensual#readme" }