bootstrap-checkbox-x
Version:
An extended checkbox plugin for bootstrap with three states and additional styles.
37 lines (36 loc) • 885 B
JSON
{
"name": "bootstrap-checkbox-x",
"version": "1.5.7",
"homepage": "https://github.com/kartik-v/bootstrap-checkbox-x",
"authors": [
"Kartik Visweswaran <kartikv2@gmail.com>"
],
"description": "An extended checkbox plugin for bootstrap with three states and additional styles.",
"main": [
"./css/checkbox-x.min.css",
"./js/checkbox-x.min.js"
],
"keywords": [
"bootstrap",
"checkbox",
"jquery",
"three",
"state",
"indeterminate",
"null"
],
"dependencies": {
"jquery": ">= 1.9.0",
"bootstrap": ">= 3.0.0"
},
"ignore": [
"**/.*",
"node_modules",
"composer.json",
"examples",
"bower_components",
"test",
"tests"
],
"license": "BSD-3-Clause"
}