{
  "name": "chosen",
  "description": "Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.",
  "version": "1.4.2",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/harvesthq/chosen/blob/master/LICENSE.md"
    }
  ],
  "title": "Chosen",
  "keywords": [
    "select",
    "multiselect",
    "dropdown",
    "form",
    "input",
    "ui"
  ],
  "author": {
    "url": "http://getharvest.com",
    "name": "harvest"
  },
  "maintainers": [
    {
      "name": "Patrick Filler",
      "url": "https://github.com/pfiller"
    },
    {
      "name": "Christophe Coevoet",
      "url": "https://github.com/stof"
    },
    {
      "name": "Ken Earley",
      "url": "https://github.com/kenearley"
    },
    {
      "name": "Koen Punt",
      "url": "https://github.com/koenpunt"
    }
  ],
  "download": "https://github.com/harvesthq/chosen/releases",
  "homepage": "http://harvesthq.github.io/chosen/",
  "docs": "http://harvesthq.github.io/chosen/",
  "bugs": "https://github.com/harvesthq/chosen/issues",
  "dependencies": {
    "jquery": ">=1.4.4"
  }
}