{
  "name": "boundless-segmented-control",
  "version": "1.0.4",
  "description": "A control containing multiple buttons, only one of which can be active at a time.",
  "main": "build/index.js",
  "module": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/enigma-io/boundless.git"
  },
  "keywords": [
    "react",
    "hoc",
    "segmented control",
    "switch",
    "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/SegmentedControl",
  "dependencies": {
    "boundless-arrow-key-navigation": "^1.0.4",
    "boundless-button": "^1.0.4",
    "boundless-utils-omit-keys": "^1.0.4",
    "classnames": "^2.1.5"
  },
  "peerDependencies": {
    "react": ">= 15.3",
    "react-dom": ">= 15.3"
  }
}
