{
  "name": "react-select-box",
  "version": "2.0.1",
  "homepage": "https://github.com/instructure-react/react-select-box",
  "authors": [
    "Ethan Vizitei <ethan@instructure.com>",
    "Brent Burgoyne <bburgoyne@instructure.com"
  ],
  "description": "An accessible select box component for React.",
  "main": "lib/select-box.js",
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "keywords": [
    "ui",
    "select",
    "drop-down"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}
