{
  "name": "boundless-checkbox",
  "version": "1.0.4",
  "description": "An accessible checkbox with indeterminate support.",
  "main": "build/index.js",
  "module": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/enigma-io/boundless.git"
  },
  "keywords": [
    "react",
    "checkbox",
    "boundless"
  ],
  "contributors": [
    "Evan Scott <probablyup@gmail.com> (http://yaycmyk.com)",
    "Abe Rubenstein <abe.rubenstein@enigma.io>",
    "Jenn Creighton <jenn.creighton@enigma.io>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/enigma-io/boundless/issues"
  },
  "homepage": "https://boundless.js.org/Checkbox",
  "dependencies": {
    "classnames": "^2.1.5",
    "boundless-utils-omit-keys": "^1.0.4",
    "boundless-utils-uuid": "^1.0.4"
  },
  "peerDependencies": {
    "react": ">= 15.3",
    "react-dom": ">= 15.3"
  }
}
