jquery-qubit
Version:
Provides the semantics for a nested list of tri-state checkboxes, using the HTML5 "indeterminate" property
27 lines (26 loc) • 540 B
JSON
{
"name": "jquery-qubit",
"version": "2.0.8",
"homepage": "https://github.com/aexmachina/jquery-qubit",
"authors": [
"aexmachina"
],
"description": "Provides the semantics for a nested list of tri-state checkboxes, using the HTML5 \"indeterminate\" property",
"main": "jquery.qubit.js",
"keywords": [
"jquery",
"checkbox",
"indeterminate"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "*"
}
}