ngx-checkboxpills
Version:
pills type checkbox groups with customizable functionalites
26 lines • 657 B
JSON
{
"name": "ngx-checkboxpills",
"version": "1.6.1",
"description": "pills type checkbox groups with customizable functionalites",
"main": "checkbox-pill.umd.js",
"jsnext:main": "checkbox-pill.esm.js",
"module": "checkbox-pill.esm.js",
"types": "checkbox-pill.d.ts",
"keywords": [
"checkboxpills",
"ngxcheckbox",
"angular",
"checkbox",
"checkboxgroup"
],
"author": "Nitheesh T Ganesh",
"license": "MIT",
"dependencies": {
"@angular/common": "^4.4.3",
"@angular/compiler": "^4.4.3",
"@angular/core": "^4.4.3",
"@angular/platform-browser": "^4.4.3",
"rxjs": "^5.1.0",
"zone.js": "^0.7.6"
}
}