{
  "author": "jjj",
  "name": "chosen-jjj",
  "version": "3.0.0",
  "description": "Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.",
  "main": "docs/chosen.jquery.js",
  "keywords": [
    "select",
    "multiselect",
    "dropdown",
    "form",
    "input",
    "ui",
    "chosen",
    "jquery",
    "prototype"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jjj/chosen.git"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "grunt test",
    "build": "grunt build",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "autoprefixer": "^10.4.22",
    "coffee-script": ">= 1.6",
    "grunt": "^1.2.1",
    "grunt-contrib-coffee": "^2.1.0",
    "grunt-contrib-concat": "^2.1.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^5.0.0",
    "grunt-contrib-jasmine": "^4.0.0",
    "grunt-contrib-uglify": "^5.2.2",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-dom-munger": "^4.0.0",
    "grunt-gh-pages": "^4.0.0",
    "grunt-sass": "^4.0.1",
    "grunt-zip": "^1.0.0",
    "load-grunt-tasks": "^5.1.0",
    "postcss": "^8.4.31",
    "puppeteer": "^23.11.1",
    "sass": "^1.95.0",
    "simulant": "^0.2.2"
  },
  "overrides": {
    "tar-fs": "^3.0.4",
    "ws": "^8.17.1"
  },
  "contributors": [
    {
      "name": "John James Jacoby",
      "url": "https://github.com/JJJ"
    },
    {
      "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"
    }
  ],
  "license": "MIT",
  "homepage": "https://jjj.github.io/chosen/",
  "bugs": "https://github.com/jjj/chosen/issues",
  "_extra": {
    "title": "Chosen",
    "license": {
      "type": "MIT",
      "url": "https://github.com/JJJ/chosen/blob/master/LICENSE.md"
    },
    "links": {
      "download": "https://github.com/JJJ/chosen/releases",
      "docs": "https://jjj.github.io/chosen/"
    },
    "main": [
      "dist/js/chosen.jquery.js",
      "dist/css/chosen.css"
    ]
  }
}
