{
  "name": "tristate",
  "version": "1.2.1",
  "homepage": "https://github.com/vanderlee/tristate",
  "authors": [
    "Martijn van der Lee <martijn@vanderlee.com>"
  ],
  "description": "jQuery standalone tristate (indeterminate) checkbox with pseudo selectors, optional value modification and .val() overwrite.",
  "main": "jquery.tristate.js",
  "keywords": [
    "jquery",
    "tristate",
    "checkbox",
    "indeterminate",
    "checked",
    "boolean"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
	"jquery": ">=1.6.2"
  }
}
