Codebase list libjs-chosen / run/264b1aa3-db62-4e3f-a1b1-86559288c27d/main composer.json
run/264b1aa3-db62-4e3f-a1b1-86559288c27d/main

Tree @run/264b1aa3-db62-4e3f-a1b1-86559288c27d/main (Download .tar.gz)

composer.json @run/264b1aa3-db62-4e3f-a1b1-86559288c27d/mainraw · history · blame

{
  "name": "harvesthq/chosen",
  "description": "Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.",
  "authors": [
    {
      "name": "Patrick Filler",
      "homepage": "https://github.com/pfiller"
    },
    {
      "name": "Christophe Coevoet",
      "homepage": "https://github.com/stof"
    },
    {
      "name": "Ken Earley",
      "homepage": "https://github.com/kenearley"
    },
    {
      "name": "Koen Punt",
      "homepage": "https://github.com/koenpunt"
    }
  ],
  "keywords": [
    "select",
    "multiselect",
    "dropdown",
    "form",
    "input",
    "ui"
  ],
  "type": "library",
  "license": "MIT",
  "minimum-stability": "stable",
  "homepage": "https://harvesthq.github.io/chosen/",
  "require": {
  }
}