@tarienna/ng-tri-state-checkbox
Version:
A TriStateCheckbox for Angular 9
47 lines (46 loc) • 1.44 kB
JSON
{
"name": "@tarienna/ng-tri-state-checkbox",
"version": "1.0.0",
"description": "A TriStateCheckbox for Angular 9",
"author": "https://github.com/tarienna/ng-tri-state-checkbox/graphs/contributors",
"keywords": [
"angular",
"angular9",
"tri",
"three",
"state",
"checkboxes",
"tri state checkboxes",
"three state checkboxes",
"ng"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tarienna/ng-tri-state-checkbox",
"directory": "src/ng-tri-state-checkbox"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tarienna/ng-tri-state-checkbox/issues"
},
"homepage": "https://github.com/tarienna/ng-tri-state-checkbox#readme",
"engines": {
"node": ">=12.10",
"yarn": ">=1.15.2 <2.0.0"
},
"peerDependencies": {
"@angular/common": "~9.0.0",
"@angular/core": "~9.0.0",
"tslib": "^1.10.0"
},
"main": "bundles/tarienna-ng-tri-state-checkbox.umd.js",
"module": "fesm5/tarienna-ng-tri-state-checkbox.js",
"es2015": "fesm2015/tarienna-ng-tri-state-checkbox.js",
"esm5": "esm5/tarienna-ng-tri-state-checkbox.js",
"esm2015": "esm2015/tarienna-ng-tri-state-checkbox.js",
"fesm5": "fesm5/tarienna-ng-tri-state-checkbox.js",
"fesm2015": "fesm2015/tarienna-ng-tri-state-checkbox.js",
"typings": "tarienna-ng-tri-state-checkbox.d.ts",
"metadata": "tarienna-ng-tri-state-checkbox.metadata.json",
"sideEffects": false
}